danielle opened a new issue, #49670: URL: https://github.com/apache/airflow/issues/49670
### Apache Airflow version 2.10.5 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Using the Tableau Provider I am seeing the following issue: - Workbook Failure and random Datasource failure against Oracle RDBMS Tableau refresh for some objects fails with the following error from the Tableau Server. > com.tableausoftware.server.status.reporting.TableauRuntimeException: Oracle database error 1005: ORA-01005: null password given; logon denied > > Invalid username or password.` This appears to happen with any Workbook refresh and some Data Source refreshes. **NOTE:** This refreshes without issue from the Tableau Server directly. The credentials are embedded in the connection as required. **Adding the Airflow log file for reference:** [airflow.log](https://github.com/user-attachments/files/19875334/dag_id.tableau_refresh_datasources_run_id.manual__2025-04-23T17_17_28.826467%2B00_00_task_id.wait_for_refresh_map_index.0_attempt.3.log) **Tableau Refresh error:**  ### What you think should happen instead? It should refresh the workbooks and other objects as requested. Or provide a robust response (the error from Tableau) ### How to reproduce 1. Create a Tableau connection named 'tableau_conn' on the Airflow server 2. Create a DAG that calls a Workbook and/ or a Datasource that is configured to pull data from an Oracle RDBMS (I've attached one for reference, rename from txt to py) 3. Run the DAG and you will get the workbook failure. You can then log into your Tableau environment [tableau_refresh_workbooks_Issue.txt](https://github.com/user-attachments/files/19876570/tableau_refresh_workbooks_Issue.txt) to obtain additional details on the failure. ### Operating System Astro CLI on Windows ARM with Podman ### Versions of Apache Airflow Providers apache-airflow-providers-tableau>=4.6.1 ### Deployment Other ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
