Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for hidden tables in metadata.json #239

Closed
simonw opened this issue Apr 25, 2018 · 2 comments
Closed

Support for hidden tables in metadata.json #239

simonw opened this issue Apr 25, 2018 · 2 comments

Comments

@simonw
Copy link
Owner

simonw commented Apr 25, 2018

Since we already have a hidden feature, let's expose it more to our users

@simonw
Copy link
Owner Author

simonw commented Apr 26, 2018

{
    "databases": {
        "database1": {
            "tables": {
                "example_table": {
                    "hidden": true
                }
            }
        }
    }
}

@simonw simonw closed this as completed in 02ee31c Apr 26, 2018
@simonw
Copy link
Owner Author

simonw commented Apr 26, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant