OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Add custom Meta from dbt into the Custom Properties tab

Open AboutManuel opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Nope.

Describe the solution you'd like

  • Ingesting tables that come from dbt

We would like to add the meta that comes from the schema.yml file, in this example, to create a property called model_dag and automatically fetch it from the artifact manifest.json.

version: 2

models:
  - name: <model_name>
    description: "<model_description>"
    meta:
      model_dag: "<user_input>"

Describe alternatives you've considered Another catalog that is also open source has this already implemented this if you want to explore a similar feature.

Additional context

image

AboutManuel avatar Apr 25 '24 19:04 AboutManuel