File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
gooddata-sdk/tests/catalog Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 BasicCredentials ,
1616 CatalogDataSource ,
1717 CatalogDataSourceBigQuery ,
18- CatalogDataSourceGreenplum ,
1918 CatalogDataSourcePostgres ,
2019 CatalogDataSourceRedshift ,
2120 CatalogDataSourceSnowflake ,
2524 ExecutionDefinition ,
2625 GoodDataApiClient ,
2726 GoodDataSdk ,
28- GreenplumAttributes ,
2927 PostgresAttributes ,
3028 RedshiftAttributes ,
3129 SnowflakeAttributes ,
@@ -535,6 +533,8 @@ def test_pdm_store_load(test_config):
535533 assert loaded_pdm == pdm
536534
537535
536+ """
537+ # TODO: commented because Greenplum is supported only for Cloud and it cannot be tested using Docker image.
538538@gd_vcr.use_cassette(str(_fixtures_dir / "greenplum.yaml"))
539539def test_catalog_create_data_source_greenplum_spec(test_config):
540540 sdk = GoodDataSdk.create(host_=test_config["host"], token_=test_config["token"])
@@ -554,6 +554,7 @@ def test_catalog_create_data_source_greenplum_spec(test_config):
554554 url_params=[("autosave", "true")],
555555 ),
556556 )
557+ """
557558
558559
559560def test_postgres_url_creation (test_config ):
You can’t perform that action at this time.
0 commit comments