Nike-Inc / koheesio

Python framework for building efficient data pipelines. It promotes modularity and collaboration, enabling the creation of complex pipelines from simple, reusable components.
https://engineering.nike.com/koheesio/
Apache License 2.0
599 stars 19 forks source link

[ENHANCEMENT] Snowflake reader and writer have different parameter names for table name #65

Closed riccamini closed 2 weeks ago

riccamini commented 4 weeks ago

Describe the bug

SnowflakeReader and SnowflakeWriter use different names for the table name parameter (table and dbtable respectively). Unifying the parameter names will make easier to reuse the configuration associated to a Snowflake Table for both reading and writing without having to change the table parameter name.