Skip to content

Standing up an Airflow job runtime inside a workspace

Apache Airflow jobs in Microsoft Fabric provide a managed environment for running Airflow DAGs to orchestrate data pipelines and integrate with other Fabric items. Configuring the Airflow workspace settings involves managing environment settings, requirements/dependencies, and connections that control how DAGs execute within the workspace. Understanding these settings is essential for orchestrating complex workflows that span Fabric and external systems.

Must-know

  • Apache Airflow job is a Fabric item type that must be enabled via the tenant/admin portal setting before it appears as an option to create in a workspace.
  • Environment configuration for an Airflow job lets you specify additional Python packages via a requirements.txt-style file, which are installed into the Airflow environment.
  • Airflow jobs support Git integration, allowing DAG files to be synced from a connected repository (e.g., Azure DevOps or GitHub) into the workspace item.
  • Connections and variables used by DAGs (such as Airflow Connections and Variables) can be configured within the Airflow job settings, similar to standard Airflow configuration, and are used to authenticate to Fabric items (like Lakehouses, Pipelines, or Notebooks) or external services.
  • Capacity assignment matters: an Airflow job consumes capacity resources from the workspace's assigned Fabric capacity while it is running, so appropriate capacity must be allocated.
  • Role-based access in the workspace (Admin/Member/Contributor/Viewer) governs who can edit Airflow job settings, upload DAGs, or only view run status, following standard Fabric workspace permission model.
Check this objectiveFree · always available

A data engineer configures an Apache Airflow job in Microsoft Fabric to orchestrate pipelines. Several DAGs require the apache-airflow-providers-snowflake package, which is not included in the default Airflow image. The engineer needs the package available to every DAG run without modifying individual DAG files. Which workspace setting should the engineer configure?

Your objective map0 tried · 0 right · 54 untouched

What you have tried across DP-700's objectives, not a readiness score.

Coverage checked against the published exam guide on Aug 11, 2026.

These are independent practice questions, written against this certification's published exam guide. They are not the certification vendor's own questions, and not the real exam.