Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial Success with Errors encountered during Tableau Metadata Ingestion #18599

Open
mohammadalijafri opened this issue Nov 12, 2024 · 0 comments

Comments

@mohammadalijafri
Copy link

Affected module
Tableau metadata ingestion

Describe the bug
When running the tableau metadata ingestion, there's partial success with some items missing. The following error can be seen in the logs, with 1 error

tableau partial success

Traceback (most recent call last): File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/step.py", line 214, in run for result in self._iter(): File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/topology_runner.py", line 320, in _iter yield from self.process_nodes(get_topology_root(self.topology)) File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/topology_runner.py", line 175, in process_nodes yield from self._process_node(node) File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/topology_runner.py", line 138, in _process_node yield from self.process_nodes(child_nodes) File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/topology_runner.py", line 175, in process_nodes yield from self._process_node(node) File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/topology_runner.py", line 128, in _process_node yield from self._process_stage( File "/home/airflow/.local/lib/python3.10/site-packages/metadata/ingestion/api/topology_runner.py", line 234, in _process_stage for entity_request in stage_fn(node_entity) or []:

To Reproduce
I created a Tableau ingestion with these settings to encounter the error. I have also shared some elements of the connection setting.

tableau connection
tableau medata settings

Expected behavior
Full ingestion of Tableau metadata without any errors

Version:

  • OS: [e.g. iOS]

Ubuntu 20.04.6 LTS

  • Python version:
    N/a

  • OpenMetadata version: [e.g. 0.8]
    OpenMetadata/releases/download/1.5.6-release

  • OpenMetadata Ingestion package version: [e.g. openmetadata-ingestion[docker]==XYZ]

openmetadata/ingestion:1.5.6

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant