Hello, is there a way to set domain during ingesti...
# ingestion
n
Hello, is there a way to set domain during ingestion?
d
You have to create domains on the ui and then you can assign datasets to domain in your recipe.
n
Do you happen to have an example of the recipe?
here is how to add a group owner, but how to add domain, I cant find:
Copy code
transformers:
  - type: "simple_add_dataset_ownership"
    config:
      owner_urns:
        - "urn:li:corpGroup:54bd0e33-43eb-491b-966b-83b24445a09f"
      ownership_type: "PRODUCER"
d
In you source you can define patterns ->
Copy code
domain:
      "urn:li:domain:e5b67dc9-e78b-4447-81cb-91af25c7fc6b":
        allow:
          - "snowflake_demo.*"
the urn should be copied from the domain page on the ui
all of the sql based sources and kafka supports this
and we have a pr for glue as well
n
and dbt?
d
https://datahubproject.io/docs/metadata-ingestion/source_docs/bigquery -> check on the source docs under
domain
config parameter
dbt is not supported yet but we can support it as well
n
Ok, I see dbt is not yet there
Should I create a feature request? 🙂
d
please, if you can do
n
thank you, On my way!!
🙇 1