EXCELLENT VIDEO Question 1: For each database schema, is it mandatory to use a different folder containing the Flyway framework? How can I manage different schemas centrally ? My purpose is to manage DataWarehouses, non-transactional data models, OUTSIDE a development environment (not related to a software project). Question 2: Do you know if Flyway has metadata quality control, or column naming rule validator, etc. Ex: columns with type INT must end with the suffix "...INT".
Good questions! Question 1: I'm not sure, I haven't used Flyway that much so I'm not sure if you need to have separate folders. Question 2: I'm not sure if it does, actually. There could be other tools for this, or perhaps a way to write database tests to do this.
i mean really and really GOOD tutorial. First time learning Flyway and you made it so easy - Thanks a lot!!
Thanks! Glad it helped!
This is easiest tutorial to follow. Thank you😀
You’re welcome!
Nice! Helpful video.
Thanks!
EXCELLENT VIDEO
Question 1: For each database schema, is it mandatory to use a different folder containing the Flyway framework?
How can I manage different schemas centrally ?
My purpose is to manage DataWarehouses, non-transactional data models, OUTSIDE a development environment (not related to a software project).
Question 2: Do you know if Flyway has metadata quality control, or column naming rule validator, etc. Ex: columns with type INT must end with the suffix "...INT".
Good questions!
Question 1: I'm not sure, I haven't used Flyway that much so I'm not sure if you need to have separate folders.
Question 2: I'm not sure if it does, actually. There could be other tools for this, or perhaps a way to write database tests to do this.
Im using snowflake.
configured everything. But when i run migrate command it says user or password incorrect
Oh that's strange. Is there a specific password restriction with Snowflake?
Have you ever considered becoming an audiobooks reader? :D your voice is so calming lol
Hah thanks! I'm glad you like my voice, and that the audio quality is good enough!
Nice! Helpful video.
Glad it was helpful!
Great explanation thanks 👍
Glad you liked it!
Hey! This is an AMAZING tutorial. Thank you!
Do you have plans to do one by using Docker? It would be super!
Thanks! Do you mean using Flyway with a database on docker?
@@DatabaseStar Yesss!
are you australian?
Yeah I am!
legend
Thanks!
Thisw is the legacy method
Oh good to know. I’ll look at making a new video for a newer method.