vincbeck commented on code in PR #66546:
URL: https://github.com/apache/airflow/pull/66546#discussion_r3203093849
##########
providers/amazon/docs/operators/glue_catalog.rst:
##########
@@ -82,3 +82,11 @@ To delete a table from an AWS Glue Data Catalog database, use
:dedent: 4
:start-after: [START howto_operator_glue_catalog_delete_table]
:end-before: [END howto_operator_glue_catalog_delete_table]
+
+.. _howto/operator:GlueCatalogCreatePartitionOperator:
+
+Create a Partition
+------------------
+
+To create a partition in an AWS Glue Data Catalog table, use
+:class:`~airflow.providers.amazon.aws.operators.glue_catalog.GlueCatalogCreatePartitionOperator`.
Review Comment:
It misses the code example
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]