This is an automated email from the ASF dual-hosted git repository.

mobuchowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f16d6d49f1 Add `filesystems` and `dataset-uris` items to `How to 
create your own (#40801)
f16d6d49f1 is described below

commit f16d6d49f1da888a98653fe5173bb5e5290ef30e
Author: Jakub Dardzinski <[email protected]>
AuthorDate: Tue Jul 16 11:07:24 2024 +0200

    Add `filesystems` and `dataset-uris` items to `How to create your own 
(#40801)
    
    provider` doc page.
    
    Signed-off-by: Jakub Dardzinski <[email protected]>
---
 docs/apache-airflow-providers/howto/create-custom-providers.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/apache-airflow-providers/howto/create-custom-providers.rst 
b/docs/apache-airflow-providers/howto/create-custom-providers.rst
index dd7eecb697..70588d4532 100644
--- a/docs/apache-airflow-providers/howto/create-custom-providers.rst
+++ b/docs/apache-airflow-providers/howto/create-custom-providers.rst
@@ -93,6 +93,13 @@ Exposing customized functionality to the Airflow's core:
   ``airflow/config_templates/config.yml.schema.json`` with configuration 
contributed by the providers
   See :doc:`apache-airflow:howto/set-config` for details about setting 
configuration.
 
+* ``filesystems`` - this field should contain the list of all the filesystem 
module names.
+  See :doc:`apache-airflow:core-concepts/objectstorage` for description of the 
filesystems.
+
+* ``dataset-uris`` - this field should contain the list of the URI schemes 
together with
+  class names implementing normalization functions.
+  See :doc:`apache-airflow:authoring-and-scheduling/datasets` for description 
of the dataset URIs.
+
 .. note:: Deprecated values
 
   * ``hook-class-names`` (deprecated) - this field should contain the list of 
all hook class names that provide

Reply via email to