Hi All
My meltano EL gets completed but no tables are created
My source is mysql and destination in snowflake.
I am using log based approach for meltano EL.
Please help me out to resolve the issue.
Thanks!
t
thomas_briggs
06/21/2022, 4:02 PM
@shailesh this is usually a problem with
select
rules in your meltano.yml. The stream names coming out of MySQL will be <schema>-<table> so your select rules will need to match that pattern.