Aram Panasenco

Results 18 comments of Aram Panasenco

@swanderz I've spent several hours today trying to reimplement database switching (see PR #111) in this branch. However, I've run into a wall with the function [`adapter.drop_relation`](https://docs.getdbt.com/reference/dbt-jinja-functions/adapter/#drop_relation). The macro `create_table_as`...

As a workaround, create your streams separately and insert into them rather than using `CREATE AS`: In the example @big-andy-coates provided in #5314, changing this line: ``` create stream s2...

@cduret if you're still having issues running scryer-prolog on Windows, we just added a [docker image](https://hub.docker.com/r/mjt128/scryer-prolog) that you can run through Docker Desktop. See instructions [here](https://github.com/mthom/scryer-prolog#docker-install-all-platforms).

For anyone reading this, the workaround is to get a cable that can plug into your Android device. My tablet has a USB-C port, so I got a micro-USB to...

Ran into the same issue, my workaround: ### Use custom syncs instead of predefined ones 1. Go to Settings > Auto upload 1. Disable syncs for all predefined places there....

@Speeddymon, I was facing the same challenge, and I just found the KICS project: https://docs.kics.io/latest/platforms/#crossplane I haven't tried it yet, but it seems that it'd be possible to contribute such...

I have also run into this issue. I've just put in PR #821 to resolve this.

Also very interested in this functionality. While waiting for an official implementation, I created this PowerShell solution that parses `manifest.json` and produces a (honestly kinda ugly but readable) PlantUML diagram:...