You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target["root_path"] =unique_schema# Make object_storage_path == dremio_space_folder
273
274
target["datalake"] =enterprise_catalog_name# Set object_storage_source to enterprise catalog
@@ -278,7 +279,7 @@ def dbt_profile_data(
278
279
profile.update(profiles_config_update)
279
280
returnprofile
280
281
281
-
@pytest.mark.skipif(DREMIO_EDITION=="community", reason="Enterprise catalog is only supported in Dremio EE/DC editions.")
282
+
@pytest.mark.skipif(DREMIO_EDITION=="community"ornotos.getenv("DREMIO_ENTERPRISE_CATALOG"), reason="Enterprise catalog is only supported in Dremio EE/DC editions.")
0 commit comments