Metadata-Version: 2.1
Name: snowconvert-helpers
Version: 2.0.0
Summary: Migration helpers for Mobilize SnowConvert for Teradata.
Home-page: https://docs.mobilize.net/snowconvert/for-teradata/introduction
Author: Mobilize.Net
Author-email: info@mobilize.com
License: Proprietary License (Copyright (C) Mobilize.Net - All Rights Reserved)
Description: ## SnowConvert Helpers
        
        SnowConvert Helpers is a set of classes with functions designed to facilitate the conversion of Teradata script files to
        Python files that Snowflake can interpret. Mobilize.Net SnowConvert for Teradata can take in any Teradata SQL or
        scripts (BTEQ, FastLoad, MultiLoad and TPump) and convert them to functionally equivalent Snowflake SQL,
        JavaScript embedded in Snowflake SQL, and Python. Any output Python code from SnowConvert will call functions from these
        helper classes to complete the conversion and create a functionally equivalent output in Snowflake.
        
        The [Snowflake Connector for Python](https://pypi.org/project/snowflake-connector-python/) will also be called in order 
        to connect to your Snowflake account, and run the output python code created by SnowConvert.
        
        For more information, visit the following webpages:
        
        > Mobilize.Net SnowConvert for Teradata Product: https://www.mobilize.net/products/database-migrations/teradata-to-snowflake
        
        > Mobilize.Net SnowConvert for Teradata Documentation: https://docs.mobilize.net/snowconvert/for-teradata/introduction
        
        > User Guide for snowconvert-helpers: https://docs.mobilize.net/snowconvert/for-teradata/migration-helpers
        
        ## Release Notes
        * v2.0.0 _(Breaking changes)_ (May 07,2021)
          > * _Update snowflake-connector-python requirement from >=2.3.6 to >=2.4.3_
          > * _Renaming module name from snowconvert_helpers to snowconvert_
          > * _Renaming regular uses from snowconvert_helpers to snowconvert.helpers_
          > * _Renaming execute_sql_statement to exec_
          > * _Cleaning imports in \_\_init\_\_.py_
          > * _The functions exec, drop_transient_table, fast_load, import_file_to_temptable and repeat_previous_sql_statement will now have the con parameter optional, when not passed it will be used the last connection_
        
        * v1.10.1(Feb 23, 2021)
          > * _Renaming module name from snowconverthelpers to snowconvert_helpers_
        
        * v1.10.0(Feb 12, 2021)
          > * _Adding imports in \_\_init\_\_.py_
          > * _Adding more information web links in documentation package_
        
        * v1.9.10(Jan 29, 2021)
          > * _Handling errors_
          > * _Logging fixes_
          > * _Use of Snow_Role environment variable for the role_
          > * _Use of Snow_QueryTag envirnoment variable for the querytag_
          > * _Added project description/documentation_
          > * _Added License_
          > * _Added Classifiers_
          > * _Modify outputs to use the pip package_
        
        * v1.9.7(Jan 18, 2021)
          > * _Supporting correct replacing of variables like $var or $(var) in sql execution_
        
Keywords: Mobilize,Snowflake,Teradata,BTEQ,FastLoad,MultiLoad,TPT,TPump,database,cloud
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
