Skip to content

general curiosity - custom resources vs snowflake.core python APIs #161

Answered by teej
ncentola asked this question in Q&A
Discussion options

You must be logged in to vote

Great question! There are two reasons.

  1. The Python APIs didn't exist when I started. Early on, the team at Snowflake asked if I wanted to donate Titan Core to merge into their project, but I decided against it.

  2. The Python APIs are too slow for batch operations. Titan Core can manage 10,000 objects in just a few minutes, the Python APIs don't handle this scale well.

There's also the issue of resource coverage. They have only released 30 or so resource types. By using SQL, I don't have to wait months/years for Snowflake to release Python API support.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ncentola
Comment options

Answer selected by ncentola
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants