@@ -47,58 +47,58 @@ acceptance_tests:
47
47
- " python"
48
48
- " ./hook.py"
49
49
- " teardown"
50
- # full_refresh:
51
- # tests:
52
- # - config_path: "integration_tests/temp/config_active.json"
53
- # configured_catalog_path: "integration_tests/temp/configured_catalog_copy.json"
54
- # client_container_config:
55
- # client_container_dockerfile_path: "integration_tests/Dockerfile"
56
- # secrets_path: "secrets/config.json"
57
- # setup_command:
58
- # - "python"
59
- # - "./hook.py"
60
- # - "setup"
61
- # teardown_command:
62
- # - "python"
63
- # - "./hook.py"
64
- # - "teardown"
65
- # incremental:
66
- # tests:
67
- # - config_path: "integration_tests/temp/config_active.json"
68
- # configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
69
- # client_container_config:
70
- # client_container_dockerfile_path: "integration_tests/Dockerfile"
71
- # secrets_path: "secrets/config.json"
72
- # setup_command:
73
- # - "python"
74
- # - "./hook.py"
75
- # - "setup"
76
- # teardown_command:
77
- # - "python"
78
- # - "./hook.py"
79
- # - "teardown"
80
- # between_syncs_command:
81
- # - "python"
82
- # - "./hook.py"
83
- # - "insert"
84
- # future_state:
85
- # future_state_path: "integration_tests/temp/abnormal_state_copy.json"
86
- # - config_path: "integration_tests/temp/config_cdc_active.json"
87
- # configured_catalog_path: "integration_tests/temp/incremental_configured_catalog_copy.json"
88
- # client_container_config:
89
- # client_container_dockerfile_path: "integration_tests/Dockerfile"
90
- # secrets_path: "secrets/config_cdc.json"
91
- # setup_command:
92
- # - "python"
93
- # - "./hook.py"
94
- # - "setup_cdc"
95
- # between_syncs_command:
96
- # - "python"
97
- # - "./hook.py"
98
- # - "insert"
99
- # teardown_command:
100
- # - "python"
101
- # - "./hook.py"
102
- # - "teardown"
103
- # future_state:
104
- # bypass_reason: "CDC does not have a future state as LSN will be absent from DB, triggering a full refresh"
50
+ full_refresh :
51
+ tests :
52
+ - config_path : " integration_tests/temp/config_active.json"
53
+ configured_catalog_path : " integration_tests/temp/configured_catalog_copy.json"
54
+ client_container_config :
55
+ client_container_dockerfile_path : " integration_tests/Dockerfile"
56
+ secrets_path : " secrets/config.json"
57
+ setup_command :
58
+ - " python"
59
+ - " ./hook.py"
60
+ - " setup"
61
+ teardown_command :
62
+ - " python"
63
+ - " ./hook.py"
64
+ - " teardown"
65
+ incremental :
66
+ tests :
67
+ - config_path : " integration_tests/temp/config_active.json"
68
+ configured_catalog_path : " integration_tests/temp/incremental_configured_catalog_copy.json"
69
+ client_container_config :
70
+ client_container_dockerfile_path : " integration_tests/Dockerfile"
71
+ secrets_path : " secrets/config.json"
72
+ setup_command :
73
+ - " python"
74
+ - " ./hook.py"
75
+ - " setup"
76
+ teardown_command :
77
+ - " python"
78
+ - " ./hook.py"
79
+ - " teardown"
80
+ between_syncs_command :
81
+ - " python"
82
+ - " ./hook.py"
83
+ - " insert"
84
+ future_state :
85
+ future_state_path : " integration_tests/temp/abnormal_state_copy.json"
86
+ - config_path : " integration_tests/temp/config_cdc_active.json"
87
+ configured_catalog_path : " integration_tests/temp/incremental_configured_catalog_copy.json"
88
+ client_container_config :
89
+ client_container_dockerfile_path : " integration_tests/Dockerfile"
90
+ secrets_path : " secrets/config_cdc.json"
91
+ setup_command :
92
+ - " python"
93
+ - " ./hook.py"
94
+ - " setup_cdc"
95
+ between_syncs_command :
96
+ - " python"
97
+ - " ./hook.py"
98
+ - " insert"
99
+ teardown_command :
100
+ - " python"
101
+ - " ./hook.py"
102
+ - " teardown"
103
+ future_state :
104
+ bypass_reason : " CDC does not have a future state as LSN will be absent from DB, triggering a full refresh"
0 commit comments