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
Describe the bug
I have several instances of Kafka running in different geographic regions. Some of them have the same naming of datasets, so without using env parameter only one of those datasets can be fetched. However env has only these options : {'STG', 'NON_PROD', 'RVW', 'UAT', 'PROD', 'TEST', 'PRE', 'CORP', 'QA', 'DEV', 'EI'} and trying to set another value in config leads to value_error. The issue is that I need to separate Kafka(and any other platform) environments by other value such as "GER", "FRA", etc., otherwise choosing from the listed values misleads users as all of the Kafka instances are actually 'PROD' but in its own region. To Reproduce
Steps to reproduce the behavior:
Go to Ingestion
Click on Create new Kafka source
In connection configuration choose YAML and set env : GER
See error
Expected behavior
Setting custom env parameter without type_error
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I have several instances of Kafka running in different geographic regions. Some of them have the same naming of datasets, so without using
env
parameter only one of those datasets can be fetched. Howeverenv
has only these options : {'STG', 'NON_PROD', 'RVW', 'UAT', 'PROD', 'TEST', 'PRE', 'CORP', 'QA', 'DEV', 'EI'} and trying to set another value in config leads tovalue_error
. The issue is that I need to separate Kafka(and any other platform) environments by other value such as "GER", "FRA", etc., otherwise choosing from the listed values misleads users as all of the Kafka instances are actually 'PROD' but in its own region.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Setting custom
env
parameter without type_errorScreenshots
The text was updated successfully, but these errors were encountered: