dagster-integrations

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Dagster Integrations Skill

Dagster集成库Skill

This skill is a thin wrapper around more complex and detailed reference documents. It helps guide users through workflows that require using or understanding Dagster integration libraries.
本Skill是对更复杂、详细的参考文档的简易封装,可帮助用户完成需要使用或了解Dagster集成库的工作流程。

Workflow Decision Tree

工作流决策树

Depending on the user's request, choose the appropriate reference file:
  • Using a specific integration library?
    • Try to find a
      references/dagster-<technology>/
      folder in this directory. This will be named directly after the integration library name (e.g.
      dagster-dbt
      ,
      dagster-fivetran
      ,
      dagster-airbyte
      , etc.). This folder will contain a
      README.md
      file that will contain references to more detailed reference files relevant to the specific request.
    • If no such folder exists, use the more general reference files outlined in the
      Reference Files Index
      section.
    • Examples:
      • "How do asset checks work with dagster-dbt?"
      • "Load my Fivetran connector into Dagster"
      • "Can I use Tableau with Dagster?"
    • NOTE: If the user is attempting to use a specific integration library for the first time (often the case when adding a new component to a project), ensure the integration library is installed in the project before scaffolding the component.
      • uv
        -compatible projects (most common):
        uv add dagster-<technology>
  • General integration requests?
    • Use the more general reference files outlined in the
      Reference Files Index
      section.
    • Examples:
      • "How do I load data from a CSV file into Dagster?"
      • "What data quality tools does Dagster support?"
These reference files contain detailed instructions specific to the given workflow. If it is unclear which reference file to use, ask the user to clarify their request.
Note that some requests may require multiple reference files in order to complete.
根据用户的请求,选择合适的参考文件:
  • 使用特定集成库?
    • 尝试在此目录中查找
      references/dagster-<technology>/
      文件夹。该文件夹直接以集成库名称命名(例如
      dagster-dbt
      dagster-fivetran
      dagster-airbyte
      等),其中包含的
      README.md
      文件会提供与特定请求相关的更详细参考文件的链接。
    • 如果不存在该文件夹,请使用
      参考文件索引
      部分中列出的通用参考文件。
    • 示例:
      • "dagster-dbt中的资产检查如何工作?"
      • "将我的Fivetran连接器接入Dagster"
      • "我可以将Tableau与Dagster一起使用吗?"
    • 注意: 如果用户是首次尝试使用特定集成库(通常是在项目中添加新组件时),请在搭建组件前确保项目中已安装该集成库。
      • 兼容
        uv
        的项目(最常见):
        uv add dagster-<technology>
  • 通用集成请求?
    • 使用
      参考文件索引
      部分中列出的通用参考文件。
    • 示例:
      • "如何将CSV文件中的数据导入Dagster?"
      • "Dagster支持哪些数据质量工具?"
这些参考文件包含针对特定工作流的详细说明。若不确定应使用哪个参考文件,请让用户明确其需求。请注意,部分请求可能需要多个参考文件才能完成。

Reference Files Index

参考文件索引

  • ai.md
    • Contains information related to all integrations that are related to AI and ML.
  • etl.md
    • Contains information related to all integrations that are related to ETL and ELT.
  • storage.md
    • Contains information related to all integrations that are related to data storage.
  • compute.md
    • Contains information related to all integrations that are related to compute.
  • bi.md
    • Contains information related to all integrations that are related to BI and visualization.
  • monitoring.md
    • Contains information related to all integrations that are related to monitoring and observability.
  • alerting.md
    • Contains information related to all integrations that are related to alerting and notifications.
  • testing.md
    • Contains information related to all integrations that are related to testing and data quality.
  • dagster-dbt/README.md
    • Contains information related to the dagster-dbt integration library.
  • ai.md
    • 包含所有与AI和ML相关的集成信息。
  • etl.md
    • 包含所有与ETL和ELT相关的集成信息。
  • storage.md
    • 包含所有与数据存储相关的集成信息。
  • compute.md
    • 包含所有与计算相关的集成信息。
  • bi.md
    • 包含所有与BI和可视化相关的集成信息。
  • monitoring.md
    • 包含所有与监控和可观测性相关的集成信息。
  • alerting.md
    • 包含所有与告警和通知相关的集成信息。
  • testing.md
    • 包含所有与测试和数据质量相关的集成信息。
  • dagster-dbt/README.md
    • 包含与dagster-dbt集成库相关的信息。