Closed JustinGrilli closed 2 years ago
While converting our Airflow DAGs to use tableau-utilities, I found a bug that would cause an error when interacting with the connection item_type.
TypeError: attribute name must be string, not 'NoneType'
This is due to an issue with the structure of the item_type.yml configuration for the connection identifier.
item_type.yml
connection
test_tableau_utilities.py
deploy.sh
Summary
While converting our Airflow DAGs to use tableau-utilities, I found a bug that would cause an error when interacting with the connection item_type.
This is due to an issue with the structure of the
item_type.yml
configuration for theconnection
identifier.Changes
item_type.yml
config for connection identifiertest_tableau_utilities.py
deploy.sh
fileTests
test_tableau_utilities.py