Lucas Rangel Cezimbra
Lucas Rangel Cezimbra
Related to #335, #694, #764 Removes the need to update TYPES for fields passed as custom_fields. Example: ```python class CustomField(models.fields.Field): pass class TestModel(models.Model): custom = CustomField() CustomType = TypeVar("CustomType") #...
What is the difference between this `sqlalchemy-teradata` and `teradatasqlalchemy`? Are both supported by Teradata? Which one should I use? Is `teradatasqlalchemy` open source? Where can I open a `teradatasqlalchemy` issue?
## Problem The `FieldTracker.changed` returns only the previous version. There is no method that returns previous and current versions at the same time. ## Solution Adds a new method `diff`...
**Describe the bug** Flow considers only the flow file to create the hash used for caching: https://github.com/microsoft/promptflow/blob/promptflow_1.16.1/src/promptflow-devkit/promptflow/_sdk/entities/_flows/base.py#L166-L169. If we have two flows with the exactly same `flow.dag.yaml`, but different tools,...
I couldn't find any issue/PR reporting this. When we have two schemas with the same name, only one goes to the OpenAPI schema. I added a test case to show...