Last active
May 3, 2022 11:19
-
-
Save josete89/f1c6053e74b7a7902d6c38847eb9d571 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tables": [{ | |
"name": "sales_predictions", | |
"visibility": "internal", | |
"columns": [{ "name": "article_number","pci": true }] | |
}, | |
{ | |
"name": "sales_trends", | |
"visibility": "public", | |
"columns": [{ "name": "date","pci": true }] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment