How to set up integrations for metadata ingestion, usage & lineage, and data quality in OpenMetadata

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

ความคิดเห็น • 13

  • @FelipeMoncada-q6y
    @FelipeMoncada-q6y ปีที่แล้ว +1

    Great video, but there is not something that may be some beginners may understand easily, where do you find the yaml or json example for connecting aws Athena and extract tables schema to openmetadata any example of it? thanks a lot.

    • @OpenMetadataChannel
      @OpenMetadataChannel  ปีที่แล้ว

      Hi, you can find all of these details in our docs docs.open-metadata.org/v1.2.x , You can use the UI to deploy in those cases you don't worry about yamls docs.open-metadata.org/v1.2.x/connectors/database/snowflake and here is the detailed explanation of the yaml docs.open-metadata.org/v1.2.x/connectors/database/snowflake/yaml#2-run-with-the-cli

  • @krinodagamer6313
    @krinodagamer6313 ปีที่แล้ว

    This is amazing!!!!!!!!

  • @zefur321
    @zefur321 6 หลายเดือนก่อน

    Does it support IBM Netezza connector ?

  • @SantoshKumar-m3u3q
    @SantoshKumar-m3u3q ปีที่แล้ว

    In the lineage can the openMetadata tells which kind of join took place. Or what kind of expression has been done on the table/column. Thanks

    • @OpenMetadataChannel
      @OpenMetadataChannel  7 หลายเดือนก่อน +1

      @user-fg4ze4nx7c
      The lineage capabilities in OpenMetadata have been enhanced and you can read more about it here - blog.open-metadata.org/openmetadata-release-1-4-0-f6fb11ec34d7

  • @SrErnandes
    @SrErnandes 2 ปีที่แล้ว

    We have an Airflow outside the openmetadata infrastructure, how can I do that?

    • @OpenMetadataChannel
      @OpenMetadataChannel  ปีที่แล้ว

      Hi, Please reachout to us on Slack - openmetadata.slack.com
      Easier to help over Slack Support

  • @krinodagamer6313
    @krinodagamer6313 ปีที่แล้ว

    So I've built a desktop ml AI to predict processes on cpu all across the system...save all the values and labels in a csv file...then another ai takes all the predicted data and saves a different csv file then I convert the predicted CPU processes values into a metadata could I deploy this on a metadata server also

  • @FelipeMoncada-q6y
    @FelipeMoncada-q6y ปีที่แล้ว

    how can you replace the password and sensitive information inside a json file using environment variables?

    • @OpenMetadataChannel
      @OpenMetadataChannel  ปีที่แล้ว

      hi @user-im5xx5jm4r, we use secret managers such as AWS or K8, Azure etc.. to store and retrieve during the run-time only. If you are not integrating with any of those , the secrets are stored using fernet encryption in to the DB. Do reach us out in our slack community slack.open-metadata.org for any questions you may have