-
Notifications
You must be signed in to change notification settings - Fork 7
atlas-action: add collect stats input to manifests #444
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
Conversation
|
|
||||||||||||||||
Atlas detected changes to the desired schemaMigration Plan for atlas-action • View on Atlas Cloud-- Create "t1" table
CREATE TABLE `t1` (
`c1` integer NOT NULL
);
-- Create "t2" table
CREATE TABLE `t2` (
`c1` integer NOT NULL
);
-- Create "t3" table
CREATE TABLE `t3` (
`c1` integer NOT NULL,
`c2` integer NOT NULL
);Atlas lint results
📝 Steps to edit this migration plan1. Run the following command to pull the generated plan to your local workstation: atlas schema plan pull --url "atlas://atlas-action/plans/pr-443-R1cGcSfo" > pr-443-R1cGcSfo.plan.hcl2. Open 3. Push the updated plan to the registry using the following command: atlas schema plan push --pending --file pr-443-R1cGcSfo.plan.hcl4. Re-trigger the gh run rerun 20332223407 |
|
|
|
|
|
Update the readme also? |
|
I also added the "include" input, you can add it as well |
|
cc @giautm for the azure part |
No description provided.