datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.94k stars 2.95k forks source link

feat: Allow arbitrary strings for source "environments" #11923

Open luka-ve opened 3 days ago

luka-ve commented 3 days ago

Feature request Currently, the "env" field in ingestion recipes only allows a set of predefined strings. However, it would be great to allow users to define an arbitrary string for environments, similar to platform instances. Our company has multiple test/integration environments, so we would like to differentiate those using the environment attribute.

I would be happy to work on those changes, if someone pushes me in the right direction. Does this check happen in the GMS?