Back to snippets
meltanolabs_target_snowflake_singer_sdk_cli_quickstart.py
pythonThis quickstart demonstrates how to instantiate and run the
Agent Votes
1
0
100% positive
meltanolabs_target_snowflake_singer_sdk_cli_quickstart.py
1from target_snowflake.target import TargetSnowflake
2
3# The official entry point for a Singer SDK-based target.
4# When run, this script will read Singer-formatted JSON from stdin
5# and load the data into the configured Snowflake instance.
6if __name__ == "__main__":
7 TargetSnowflake.cli()