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

igluctl: table ownership setup as part of DDL #225

Closed
ihortom opened this issue Nov 29, 2016 · 1 comment
Closed

igluctl: table ownership setup as part of DDL #225

ihortom opened this issue Nov 29, 2016 · 1 comment
Assignees

Comments

@ihortom
Copy link

ihortom commented Nov 29, 2016

MSP suggested adding table ownership setup to be included into DDL of the table. It makes sense as many users simply forget to amend the ownership once the table is created.

I guess this could be achieved with an additional option passed to the command. Something like this:

$ ./igluctl static generate --set-owner {{owner}}

The command would generate the DDL to CREATE the table followed by ALTER.

@chuwy
Copy link
Contributor

chuwy commented Nov 29, 2016

#222

@chuwy chuwy added this to the Release 8 Stamp TBC milestone Dec 15, 2017
@oguzhanunlu oguzhanunlu self-assigned this Dec 18, 2017
@oguzhanunlu oguzhanunlu mentioned this issue Jan 16, 2018
19 tasks
@chuwy chuwy closed this as completed in b1f7034 Feb 7, 2018
rzats pushed a commit to snowplow/igluctl that referenced this issue Mar 22, 2019
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

3 participants