We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c3b15 commit 2cb95b6Copy full SHA for 2cb95b6
dbt/adapters/fabric/fabric_relation.py
@@ -11,6 +11,7 @@
11
class FabricRelation(BaseRelation):
12
type: Optional[FabricRelationType] = None # type: ignore
13
quote_policy: FabricQuotePolicy = field(default_factory=lambda: FabricQuotePolicy())
14
+ require_alias: bool = False
15
16
@classproperty
17
def get_relation_type(cls) -> Type[FabricRelationType]:
0 commit comments