Eric L (CCCS)
Eric L (CCCS)
@jjoyce0510 If I can add my 2 cents here, when I first looked into this code to add support for nested groups, I immediately thought that this source could be...
Hi @kojiromike , thank you for looking into this issue and spending some time writing this code. Is there anything missing to complete this PR?
@sbarnoud Can you keep us in the loop since I am also seeing the same thing.
Same issue when using Trino. I get this when the [following](https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/utilities/sql_database.py#L388) is executed: ```python else: # postgresql and compatible dialects connection.exec_driver_sql(f"SET search_path TO {self._schema}") ``` This could be wrapped in...
> @cccs-eric Thanks for working on this, could you resolve the conflicts and fix the tests? Sorry for the late reply, I was traveling last week and also the Iceberg...
I confirm the issue as I am facing the same problem. I started to code a fix and then I found this issue (and the related PR). Is it possible...
Instead of creating a new spark macro for each `upload_individual_datasets` macros, could we create a boolean and a timestamp `database_specific_helpers` and use an adapter dispatch in `default` macros? Something like...
As per our discussion on Teams, I migrated the child type descriptions to the parent Optional for the offending cases.
+1 This problem is annoying since it makes reading Markdown tables very difficult. I have to constantly copy the output from `Output -> Continue - LLM Prompt` to a Markdown...