Pere Miquel Brull
Pere Miquel Brull
marking this as P1 for now, we need to gather more info on all queries that work or do not work. Also let's test these things after upgrading sqllineage to...
- [ ] From https://openmetadata.slack.com/archives/C02B6955S4S/p1671471509014309. Postgres ``` INSERT INTO staging.migration_reports (description, name, category, criticality, cases, is_valid) VALUES($1,$2,$3,$4,$5,$6) ON CONFLICT (category, name) DO UPDATE SET description=$1, criticality=$4, cases=$5, is_valid=$6 ``` It...
This case WORKS on snowflake ``` create or replace view TEST_DB.USR.FCT_DEMO ( ID, ACCOUNT_ID, F_NAME, L_NAME ) as ( SELECT ua.id as id, ua.account_id, p.first_name as f_name, p.last_name as l_name...
dialect: singlestore ``` CREATE VIEW vw_test AS SELECT a.someColumn , b.anotherColumn FROM a JOIN b ON [a.id](http://a.id/) = b.fk_id ``` 
> hello, do we have any plans for this enhancement? We'll handle for 1.4
Thanks for pinging this. We don't have an expected ETA to add these new connections, as usually we push after it becomes valuable for multiple community members. In case you'd...
hi @sameeraappana, assigned. Thanks!
@ayush-shah moving this to 1.4. It is similar to https://github.com/open-metadata/OpenMetadata/issues/14107 and we need to figure out the right way of how to get this working on SaaS as well
hi @Xceptions, assigned! Thanks for the help
hi @Xceptions, main piece of work for the connectors is in Python. You can see an example PR developing a connector here https://github.com/open-metadata/OpenMetadata/pull/13128