Hi All,
I need to export to snowflake using code repository and not Table Export - Data Connection. How can it be implemented using external transforms.
Thanks
Hi All,
I need to export to snowflake using code repository and not Table Export - Data Connection. How can it be implemented using external transforms.
Thanks
If you wish to use external transforms Iād recommend taking a look at https://www.snowflake.com/en/data-cloud/snowpark/. The Python library Snowflake provides can be added as a dependency in your code repository and is relatively straightforward to configure using details provided with a Snowflake source (https://www.palantir.com/docs/foundry/available-connectors/snowflake/). External OAuth as an authentication is not currently available in External Transforms, but you would be able to username/password or keypair authentication.