You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/07 07:19:59 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #16915: New generic tableau operator: TableauOperator

eladkal commented on a change in pull request #16915:
URL: https://github.com/apache/airflow/pull/16915#discussion_r684597491



##########
File path: docs/apache-airflow-providers-tableau/operators.rst
##########
@@ -0,0 +1,101 @@
+.. Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+ ..   http://www.apache.org/licenses/LICENSE-2.0
+
+ .. Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+
+
+.. _howto/operator:TableauOperator:
+
+TableauOperator
+===============
+
+Use the :class:`~airflow.providers.tableau.operators.TableauOperator` to execute
+Tableau server client python commands in a `Tableau <https://tableau.github.io/server-client-python/docs/api-ref>`.
+
+
+Using the Operator
+^^^^^^^^^^^^^^^^^^
+
+| **resource**: The name of the resource to use. **str**
+| **method**: The name of the resource's method to execute. **str**
+| **find**: The reference of resource wich will recive the action. **str**
+| **match_with**: The resource field name to be matched with find parameter. **str** - Default: **id**
+| **site_id**: The id of the site where the workbook belongs to. **str** - Default: **None**
+| **blocking_refresh**: By default the extract refresh will be blocking means it will wait until it has finished. **bool** - Default: **True**
+| **check_interval**: time in seconds that the job should wait in between each instance state checks until operation is completed. **float** - Default: **20**
+| **tableau_conn_id**: The credentials to authenticate to the Tableau Server. **str** - Default: **tableau_default**  

Review comment:
       ```suggestion
   | **tableau_conn_id**: The credentials to authenticate to the Tableau Server. **str** - Default: **tableau_default**
   ```
   Remove white space to make static checks pass




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org