Gabriel
Gabriel
Sorry again @hagai-arad I missed the notification that you responded. Our Datasource and DataAsset classes are pydantic models. You'll need to update the annotation on the `TableAsset.name` field to be...
@hjannasch You can try changing the value of `create_temp_table = False` when defining the Datasource but I suspect you'll still end up with some version of a bad identifier issue...
@hjannasch Sorry for the very late response. It's unlikely that we'll get around to fixing this issue for Oracle specifically. Something you could try is creating a View for query...
Closing for now. Will likely revisit after #6613
Should be resolved as part of #6602 will be part of the next release
>I understand. In some rules you would also need to adjust types and wrap them in quotes if the import is moved inside an if TYPE_CHECKING block. I would expect...
The only feature so far that I wish `@validate_arguments` could provide is to `use_enum_value`. I ran into this in the context of building a convenience interface to a web service...
@Redoubts I suggest just opening a PR with the desired change and explaining why you want to see the change.
@umawani Have you tried updating to the latest `gx` version? I would suggest updating to at least `0.18.2`.
Opened a more targeted fix while the SQLite issues are worked out. - #9055