Hi, I’m running DataHub on GKE as a single production instance and I was wondering if we can separate dataset project into something like PRD, DEV on DataHub UI? so when we test loading metadata into DataHub we can load it to dataset “dev”. Is this possible? if not I’ll deploy another instance as a development one and load metadata to this instance instead or do you have any suggestion for this? Thanks.
✅ 1
b
better-orange-49102
08/05/2022, 3:43 AM
there is a ENV variable you can specify in the ingestion recipe to specify which environment the dataset resides in, and subsequently you can filter by environment in search
better-orange-49102
08/05/2022, 3:44 AM
but there is limited environment choices PROD, DEV, QA, STAGE
you can't use your own, it is a known limitation at the moment
j
jolly-yacht-10587
08/05/2022, 3:51 AM
you mean ENV var in recipe.yaml if I’m using DataHub CLI right? but currently, I’m loading metadata via OpenAPI Post request, is this possible too?
b
better-orange-49102
08/05/2022, 4:10 AM
not familiar with openapi, but i guess its about making sure your URN ends with the correct env , for instance ,PROD and it should work