Skip to content

What's the point of the import step in resource migration? #3003

Answered by sfc-gh-asawicki
ppo-38 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ppo-38.

In your case, it should work like you described. It won't work for the objects where the underlying statements are not idempotent. So let's say you are migrating a warehouse, then the underlying command is CREATE, which will fail because the object already exists. That's where import comes in handy. We recommend it as a general route because it works in almost all situations without thinking about the underlying statements.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ppo-38
Comment options

You must be logged in to vote
0 replies
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