diff --git a/python_modules/libraries/dagster-powerbi/dagster_powerbi/translator.py b/python_modules/libraries/dagster-powerbi/dagster_powerbi/translator.py index 6b9c3d638a570..14800a063e701 100644 --- a/python_modules/libraries/dagster-powerbi/dagster_powerbi/translator.py +++ b/python_modules/libraries/dagster-powerbi/dagster_powerbi/translator.py @@ -78,7 +78,8 @@ class PowerBIContentData: properties: Dict[str, Any] -class PowerBITranslatorData(NamedTuple): +@record +class PowerBITranslatorData: """A record representing a piece of content in PowerBI and the PowerBI workspace data. Includes the content's type and data as returned from the API. """