mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
fix(docs): Ownership Type is deprecated (#6477)
The ownership type is deprecated (described in OwnershipTypeClass), thats why it should be changed from DATAOWNER to TECHNICAL_OWNER.
This commit is contained in:
parent
7ff765e4a6
commit
3daeaccb2b
@ -20,7 +20,7 @@ logging.basicConfig(level=logging.INFO)
|
||||
|
||||
# Inputs -> owner, ownership_type, dataset
|
||||
owner_to_add = make_user_urn("jdoe")
|
||||
ownership_type = OwnershipTypeClass.DATAOWNER
|
||||
ownership_type = OwnershipTypeClass.TECHNICAL_OWNER
|
||||
dataset_urn = make_dataset_urn(platform="hive", name="realestate_db.sales", env="PROD")
|
||||
|
||||
# Some objects to help with conditional pathways later
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user