chore: Rename stream data source parameters - #2804
Conversation
a3b53fd to
edf4c3b
Compare
Codecov Report
@@ Coverage Diff @@
## master #2804 +/- ##
==========================================
- Coverage 80.52% 80.50% -0.02%
==========================================
Files 172 172
Lines 15352 15356 +4
==========================================
+ Hits 12362 12363 +1
- Misses 2990 2993 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Do we need to worry about backwards compatibility?
There was a problem hiding this comment.
no for watermark_delay_threshold as this was very recently added by Kevin and has not been part of a release yet
yes for kafka_bootstrap_servers, which I believe I handled appropriately
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, felixwang9817 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
| event_timestamp_column: (Deprecated) Event timestamp column used for point in time | |
| event_timestamp_column: (Deprecated in favor of `timestamp_field`) Event timestamp column used for point in time |
applies everywhere
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
2a8afba to
fc12f54
Compare
|
/lgtm |
What this PR does / why we need it: This PR renames
bootstrap_serverstokafka_bootstrap_serversandwatermarktowatermark_delay_thresholdforKafkaSource. It also deprecates thedate_partition_columnfor all data sources.Which issue(s) this PR fixes:
Fixes #