Guys! Can I skip type checking, in dagster_pandas,...
# announcements
i
Guys! Can I skip type checking, in dagster_pandas, for particular colums? because changeing between TZ Naiv and Aware will cause me a lot of trouble. What is the best approache tackle with this? Is there a solution to handle TZ for PandasColumn.datetime_column or can I skip type check pandas.TimeStamp? or other way?