Skip to main content

Migration helpers for Mobilize SnowConvert for Teradata.

Project 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 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/introduction/scripts-to-python/migration-helpers

Release Notes

  • v2.0.5 (June 21, 2021)

    • Enabling the use of command line parameters SNOW_USER, SNOW_PASSWORD, SNOW_ACCOUNT, SNOW_DATABASE, SNOW_WAREHOUSE, SNOW_ROLE and SNOW_QUERYTAG when passed like --param-VARNAME=VALUE to logon
  • v2.0.4 (June 17, 2021)

    • Setting the application name to Mobilize.net when the connection is executed overriding the default PythonConnector
  • v2.0.3 (June 16, 2021)

    • Added @staticmethod tag to static methods with @deprecated tag
  • v2.0.2 (May 25, 2021)

    • Update snowconvert-helpers internal documentation
    • Adding Deprecated requirement from >=1.2.12 to <2.0.0
    • Marking several functions as deprecated
  • v2.0.1 (May 12, 2021)

    • Update snowconvert-helpers user guide link
  • 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snowconvert-helpers-2.0.5.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

snowconvert_helpers-2.0.5-py2.py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page