mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-19 22:13:28 +00:00
Iterable from Collections not working (#2019)
This commit is contained in:
parent
19e5f737ff
commit
860f0ae8db
@ -12,8 +12,7 @@
|
|||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import uuid
|
import uuid
|
||||||
from collections import Iterable
|
from typing import Optional, Iterable
|
||||||
from typing import Optional
|
|
||||||
|
|
||||||
from metadata.generated.schema.entity.policies.policy import Policy
|
from metadata.generated.schema.entity.policies.policy import Policy
|
||||||
from metadata.ingestion.api.common import Entity, ConfigModel, WorkflowContext
|
from metadata.ingestion.api.common import Entity, ConfigModel, WorkflowContext
|
||||||
|
@ -11,8 +11,7 @@
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
import uuid
|
import uuid
|
||||||
from collections import Iterable
|
from typing import List, Union, Optional, Iterable
|
||||||
from typing import List, Union, Optional
|
|
||||||
|
|
||||||
from google.cloud import storage
|
from google.cloud import storage
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user