Florian Kühnlenz

Results 45 comments of Florian Kühnlenz

Loading from a stage looks something like this: ```SQL COPY INTO my_table FROM @my_stage/my_file FILE_FORMAT = (FIELD_DELIMITER = ';') ``` Creating a stage is not so relevant in our case...

another option could be to just look locally for a file and ignore the @my_stage part. e.g. ```SQL COPY INTO my_table FROM @my_stage/my_file FILE_FORMAT = (FIELD_DELIMITER = ';') ``` would...

yes! I will open a PR later today.

looking a little bit deeper it seems that sequences in general are not really working, because snowflake uses seq1.nextval but duckdb nextval(seq1). Which is also not supported currently in sqlglot....

The other problem is that in the case of create sequence, sqlglot does not recognize sequence as token, and therefore also not the rest of the command like the name.

I will give it a try. Is there something similar for the ipywidget based version as well?

Thanks for the work! After working some more on our prototype, we found that working with the vue components is the better fit for solara. So probably it is not...

On my machine (😅) the removal of the client library for testing the connection to the container makes the tests unreliable/broken. I have to very simple fixtures: ```python @pytest.fixture(scope="module") def...

@alexanderankin you are correct I was not on latest, but I assumed I was. I ran 4.5.1.