There was an error while loading. Please reload this page.
1 parent e43636b commit 9baeb8aCopy full SHA for 9baeb8a
1 file changed
tests/unit/core/sql/test_ml.py
@@ -12,8 +12,12 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+import pytest
16
+
17
import bigframes.core.sql.ml
18
19
+pytest.importorskip("pytest_snapshot")
20
21
22
def test_create_model_basic(snapshot):
23
sql = bigframes.core.sql.ml.create_model_ddl(
0 commit comments