fix(iceberg-cli): add missing filter for iceberg dataplatform

This commit is contained in:
Chakru 2025-02-27 11:03:33 +05:30 committed by GitHub
parent d303d03a55
commit e67bc813f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -645,7 +645,7 @@ def get_all_warehouses(client: DataHubGraph) -> Iterator[str]:
graph_query = """
query getIcebergWarehouses($start: Int, $count: Int) {
search(
input: {type: DATA_PLATFORM_INSTANCE, query: "*", start: $start, count: $count}
input: {type: DATA_PLATFORM_INSTANCE, query: "dataPlatform:iceberg", start: $start, count: $count}
) {
start
total