File tree Expand file tree Collapse file tree
docs/apache-airflow-providers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 specific language governing permissions and limitations
1616 under the License.
1717
18- asset URI Schemes
18+ Dataset URI Schemes
1919-------------------
2020
21- This is a summary of all Apache Airflow Community provided implementations of asset URI schemes
21+ This is a summary of all Apache Airflow Community provided implementations of dataset URI schemes
2222exposed via Airflow core and community-managed providers.
2323
24- See :doc: `documentation on assets <apache-airflow:authoring-and-scheduling/assets >` for details on how asset URIs work.
24+ ..
25+ TODO: Change this from Dataset to Asset in Airflow 3.0
2526
26- .. airflow-asset-schemes ::
27+ See :doc: `documentation on Datasets <apache-airflow:authoring-and-scheduling/datasets >` for details on how dataset URIs work.
28+
29+ .. airflow-dataset-schemes ::
2730 :tags: None
2831 :header-separator: "
Original file line number Diff line number Diff line change @@ -95,10 +95,12 @@ Exposing customized functionality to the Airflow's core:
9595
9696* ``filesystems `` - this field should contain the list of all the filesystem module names.
9797 See :doc: `apache-airflow:core-concepts/objectstorage ` for description of the filesystems.
98+ ..
99+ TODO: Change this from Dataset to Asset in Airflow 3.0
98100
99- * ``asset -uris `` - this field should contain the list of the URI schemes together with
101+ * ``dataset -uris `` - this field should contain the list of the URI schemes together with
100102 class names implementing normalization functions.
101- See :doc: `apache-airflow:authoring-and-scheduling/assets ` for description of the asset URIs.
103+ See :doc: `apache-airflow:authoring-and-scheduling/datasets ` for description of the dataset URIs.
102104
103105.. note :: Deprecated values
104106
You can’t perform that action at this time.
0 commit comments