stikkireddy
stikkireddy
TODO: - [ ] Provider Resource - [ ] Update Catalog to support Provider Name and Share Name - [ ] documentation - [ ] acceptance tests Resources: 1. recipient...
- [ ] create doc updates/guide updates - [ ] run acceptance tests for aws - [ ] test creating mws for aws with 1.0.2 and then upgrade and see...
Enable an external table to host the rules and have rules compiled from externally managed source.
- [x] docs - [x] resource - [x] tests - [x] supports open 2 db - [x] supports db 2 db (DB2DB is automatic we cant use this resource as...
Hey can you use gspread or other frameworks so that we can run some cool prompt based analytics for pandas.
Hey I would like to be able to open a duckdb read/write duckdb instance from native-file-system-handler is there any examples of doing this. I tried various ways but i was...
Signed-off-by: Sriharsha Tikkireddy
Resolves #122
When using sql alchemy ORM we cannot use `is` statements to identify equality we must use `==` or `!=` due to operator overloading. So auto filling success messages will always...