hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Fixed an error with the item_type.yml config for connection #6

Closed JustinGrilli closed 2 years ago

JustinGrilli commented 2 years ago

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.

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.

Changes

Tests