nutritious-bird-77396
02/23/2022, 9:34 PMprovided_configs property for? https://datahubproject.io/docs/metadata-ingestion/source_docs/kafka-connect
I am having an issue where the kafka connect ingestion also ingests the destination topics but it ingests with PROD as env instead of the provided env value in the recipe such as STG just wondering if the provided_configs could be a solution here.hundreds-photographer-13496
02/24/2022, 6:31 AMsource:
type: "kafka-connect"
config:
#other configs
env : STGhundreds-photographer-13496
02/24/2022, 6:45 AMnutritious-bird-77396
02/24/2022, 2:03 PMenv config specified in my recipe.
Even then when connecting the lineage to the kafka topic it connects to the PROD env one that it created. Is there another parameter to specify the env for the topic that's created?
source:
type: "kafka-connect"
config:
env: "STG"
connect_uri: "<http://kafka-connect.svc.cluster.local:8083>"
cluster_name: "connect-cluster"
sink:
type: "datahub-rest"
config:
server: "<http://datahub-gms-service.svc.cluster.local:8080>"hundreds-photographer-13496
02/24/2022, 2:39 PMhundreds-photographer-13496
02/24/2022, 2:43 PMself.config.env to builder.make_dataset_urn_with_platform_instance ? Feel free to create PR if that works as expected.nutritious-bird-77396
02/24/2022, 4:40 PMnutritious-bird-77396
02/24/2022, 7:24 PM