graphql-engine/server/tests-py/queries/v1/metadata
Daniel Harvey 913f254a1f chore(tests): explicitly set BigQuery retry limit in py-tests
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8523
GitOrigin-RevId: 52cb1f6c1d7eb61ebb1bf9a8318c9369f4594a30
2023-03-28 10:42:00 +00:00
..
bigquery chore(tests): explicitly set BigQuery retry limit in py-tests 2023-03-28 10:42:00 +00:00
clear_metadata.yaml server: add tests ensuring the correct functioning of all endpoints based on user roles 2021-07-16 16:09:25 +00:00
dump_internal_state.yaml Optimistic Metadata Locking 2021-02-19 02:40:23 +00:00
export_metadata.yaml Optimistic Metadata Locking 2021-02-19 02:40:23 +00:00
metadata_as_user_err.yaml Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
pg_add_source_with_parameters.yaml tests: add Postgres 14 and Postgres 15 pytests 2022-10-06 09:46:38 +00:00
pg_add_source.yaml server: rename source 2021-05-24 13:15:02 +00:00
pg_multisource_query.yaml Tests/multisource 2021-03-24 06:45:33 +00:00
pg_multisource_table_name_conflict.yaml Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
pg_remote_source_customized_query.yaml An ErrorMessage type, to encapsulate. 2022-07-18 20:27:06 +00:00
pg_remote_source_query.yaml Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
pg_source_customization_custom_name.yaml Rename tables in metadata tests to avoid conflicts. 2021-11-26 11:40:23 +00:00
pg_source_customization.yaml Rename tables in metadata tests to avoid conflicts. 2021-11-26 11:40:23 +00:00
pg_source_namespace_query.yaml Rename tables in metadata tests to avoid conflicts. 2021-11-26 11:40:23 +00:00
pg_source_prefix_query.yaml Source typename customization (close graphql-engine#6974) 2021-10-29 14:43:14 +00:00
pg_track_function_with_comment_setup.yaml server: support user comments for trackable functions 2021-09-24 09:19:40 +00:00
pg_track_function_with_comment_teardown.yaml server: support user comments for trackable functions 2021-09-24 09:19:40 +00:00
pg_track_table_source.yaml server: fix untrack_function for non-default source 2021-08-19 10:28:49 +00:00
reload_metadata.yaml server: add inconsistency information in reload_metadata API call 2022-03-03 13:34:44 +00:00
rename_source.yaml server: rename source 2021-05-24 13:15:02 +00:00
replace_metadata_allow_inconsistent_inconsistent.yaml server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
replace_metadata_allow_inconsistent.yaml server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
replace_metadata_no_tables.yaml server/bigquery: allow empty tables in replace_metadata. Default BigQueryField mode to Nullable 2021-10-01 18:30:01 +00:00
replace_metadata_v2.yaml Optimistic Metadata Locking 2021-02-19 02:40:23 +00:00
replace_metadata_wo_rs.yaml Optimistic Metadata Locking 2021-02-19 02:40:23 +00:00
replace_metadata.yaml server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
schema_setup_bigquery.yaml Use 'hasura' as dataset in python test to unify it with hspec 2022-02-14 06:23:07 +00:00
schema_setup_citus.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
schema_setup_mssql.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
schema_teardown_bigquery.yaml Use 'hasura' as dataset in python test to unify it with hspec 2022-02-14 06:23:07 +00:00
schema_teardown_citus.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
schema_teardown_mssql.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
set_table_customization_bigquery.yaml server/tests: unify HASURA_BIGQUERY_SERVICE_KEY and HASURA_BIGQUERY_SERVICE_ACCOUNT env vars 2022-03-14 07:50:35 +00:00
set_table_customization_citus.yaml Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
set_table_customization_mssql.yaml Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
set_table_customization.yaml Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
setup_bigquery.yaml Use 'hasura' as dataset in python test to unify it with hspec 2022-02-14 06:23:07 +00:00
setup_citus.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
setup_mssql.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
setup.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
teardown.yaml Generalize set_table_customization to other backends (close #1501) 2021-06-17 13:22:54 +00:00
test_webhook_transform_bad_eval.yaml server: fix template validation behaviour 2022-11-16 16:37:34 +00:00
test_webhook_transform_bad_parse.yaml server: fix template validation behaviour 2022-11-16 16:37:34 +00:00
test_webhook_transform_custom_functions.yaml server: fix template validation behaviour 2022-11-16 16:37:34 +00:00
test_webhook_transform_env_reference_success.yaml Feature/removable request transform body and modified request transform API 2022-02-17 04:37:18 +00:00
test_webhook_transform_success_form_urlencoded.yaml Feature/improved webhook debug endpoint errors 2022-03-10 23:23:55 +00:00
test_webhook_transform_success_old_body_schema.yaml Feature/removable request transform body and modified request transform API 2022-02-17 04:37:18 +00:00
test_webhook_transform_success_remove_body.yaml Simplify Transformable Requests Module 2023-03-22 00:01:07 +00:00
test_webhook_transform_success.yaml Feature/removable request transform body and modified request transform API 2022-02-17 04:37:18 +00:00