Skip to content

Commit 030a7bc

Browse files
committed
Revert Asset to Dataset for Core Extension Doc
This PR reverts Core Extension doc change (https://airflow.apache.org/docs/apache-airflow-providers/core-extensions/index.html) from #41348 Since those docs only work on Airflow stable, we can only change this after 3.0
1 parent 2bb8628 commit 030a7bc

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

docs/apache-airflow-providers/core-extensions/asset-schemes.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
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
2222
exposed 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: "

docs/apache-airflow-providers/howto/create-custom-providers.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)