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
## Changes
Upgrade Go SDK to 0.96.0
## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
## Tests
<!-- How have you tested the changes? -->
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.query_based_connector_config.cursor_columns[*] string INPUT STATE
2945
2987
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.query_based_connector_config.deletion_condition string INPUT STATE
2946
2988
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.query_based_connector_config.hard_deletion_sync_min_interval_in_seconds int64 INPUT STATE
2989
+
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.row_filter string INPUT STATE
2947
2990
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.salesforce_include_formula_fields bool INPUT STATE
2948
2991
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.scd_type pipelines.TableSpecificConfigScdType INPUT STATE
2949
2992
resources.pipelines.*.ingestion_definition.objects[*].report.table_configuration.sequence_by []string INPUT STATE
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.query_based_connector_config.cursor_columns[*] string INPUT STATE
2974
3017
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.query_based_connector_config.deletion_condition string INPUT STATE
2975
3018
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.query_based_connector_config.hard_deletion_sync_min_interval_in_seconds int64 INPUT STATE
3019
+
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.row_filter string INPUT STATE
2976
3020
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.salesforce_include_formula_fields bool INPUT STATE
2977
3021
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.scd_type pipelines.TableSpecificConfigScdType INPUT STATE
2978
3022
resources.pipelines.*.ingestion_definition.objects[*].schema.table_configuration.sequence_by []string INPUT STATE
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.query_based_connector_config.cursor_columns[*] string INPUT STATE
3005
3049
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.query_based_connector_config.deletion_condition string INPUT STATE
3006
3050
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.query_based_connector_config.hard_deletion_sync_min_interval_in_seconds int64 INPUT STATE
3051
+
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.row_filter string INPUT STATE
3007
3052
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.salesforce_include_formula_fields bool INPUT STATE
3008
3053
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.scd_type pipelines.TableSpecificConfigScdType INPUT STATE
3009
3054
resources.pipelines.*.ingestion_definition.objects[*].table.table_configuration.sequence_by []string INPUT STATE
resources.pipelines.*.ingestion_definition.table_configuration.query_based_connector_config.cursor_columns[*] string INPUT STATE
3038
3083
resources.pipelines.*.ingestion_definition.table_configuration.query_based_connector_config.deletion_condition string INPUT STATE
3039
3084
resources.pipelines.*.ingestion_definition.table_configuration.query_based_connector_config.hard_deletion_sync_min_interval_in_seconds int64 INPUT STATE
3085
+
resources.pipelines.*.ingestion_definition.table_configuration.row_filter string INPUT STATE
3040
3086
resources.pipelines.*.ingestion_definition.table_configuration.salesforce_include_formula_fields bool INPUT STATE
3041
3087
resources.pipelines.*.ingestion_definition.table_configuration.scd_type pipelines.TableSpecificConfigScdType INPUT STATE
3042
3088
resources.pipelines.*.ingestion_definition.table_configuration.sequence_by []string INPUT STATE
0 commit comments