Skip to content

Commit

Permalink
Merge pull request #401 from treasure-data/add-disclaimer-pbp
Browse files Browse the repository at this point in the history
Add note for policy ingestion task
  • Loading branch information
akito19 authored Jun 7, 2024
2 parents b726218 + 8621394 commit 68ef90f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _export:

+initial_database_and_tables:
+create_db:
td_ddl>:
td_ddl>:
create_databases: [ "${td.database}" ]

+ingest_users:
Expand All @@ -27,6 +27,8 @@ _export:
_env:
TD_API_KEY: ${secret:td.apikey}

# This task ingests policy history for Policy Based Permission.
# If the feature is unavailable for your account, remove this task.
+ingest_policy:
py>: scripts.ingest_policy.run
dest_db: ${td.database}
Expand Down

0 comments on commit 68ef90f

Please sign in to comment.