mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-14 11:27:58 +00:00
rmv fqn field tableau (#13064)
This commit is contained in:
parent
44f7dd35e1
commit
d24155e173
@ -96,7 +96,6 @@ class DatasourceField(BaseModel):
|
||||
id: str
|
||||
name: Optional[str]
|
||||
upstreamColumns: Optional[List[Union[UpstreamColumn, None]]]
|
||||
fullyQualifiedName: Optional[str]
|
||||
description: Optional[str]
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@ TABLEAU_DATASOURCES_QUERY = """
|
||||
name
|
||||
remoteType
|
||||
}}
|
||||
fullyQualifiedName
|
||||
description
|
||||
}}
|
||||
workbook {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user