Harshal Sheth
Harshal Sheth
@pulsar256 yup I believe it does. No need to rebase/merge master - we'll merge it once CI is green.
This was largely resolved by https://github.com/datahub-project/datahub/pull/9613 in the 0.13.0 release. This requires that *both DataHub and the datahub CLI* are using versions newer than 0.13.0. If you previously ingested an...
@gky249 how did you create these tags? Both ingestion and the UI should create tags appropriately.
@sid-acryl can you take another look at this PR?
I see this is marked as WIP, so we haven't taken a look at it yet. @DmytroYurchuk is this ready for review? Is there anything we can do to help...
Closing in favor of https://github.com/datahub-project/datahub/pull/10614
@mayurinehate could you take a look at this PR?
@byndcivilization when developing on sources, you'll need to use ingestion from the CLI e.g. `datahub ingest -c ` from within the `metadata-ingestion` venv (see https://datahubproject.io/docs/metadata-ingestion/developing/#set-up-your-python-environment)
@joshua-pgatour what CLI version is this with? I merged a fix related to this in https://github.com/datahub-project/datahub/pull/9967
@joshua-pgatour regarding memory utilization - this should help https://github.com/datahub-project/datahub/pull/10691 If the issue persists, it'd be helpful to have a memory profile generated as per https://datahubproject.io/docs/metadata-ingestion/docs/dev_guides/profiling_ingestions/