Is there support for CREATE _OR REPLACE_ TABLE ?
I was expecting something like :create-table-as [:t :or-replace] but it doesn’t look like it’s supported
Feel free to create a GH issue and I'll have a think about it. :if-not-exists is supported and since :replace is exclusive to that, I could just support the syntax you listed above fairly easily I think...
I pushed a change to develop so you can try the latest git dep or the new 2.4.9999-SNAPSHOT when it deploys in a few minutes. If it looks good, I'll add some more tests to verify corner cases, and document it.
Thanks! I’ll take a look over the weekend