You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# KustoSchemaToolsAction
2
2
3
-
This tool can be used to synchronized your schema from Azure Data Explorer (Kusto) cluster to yml files in a GitHub repository and back, using GitHub Actions.
3
+
This tool can be used to synchronize your schema from Azure Data Explorer (Kusto) cluster to yml files in a GitHub repository and back, using GitHub Actions.
4
4
5
5
## Getting Started
6
6
@@ -14,16 +14,16 @@ This tool can be used to synchronized your schema from Azure Data Explorer (Kust
14
14
1. The diffs will be posted as PR comment
15
15
1. Merge the PR to roll out the changes to your Azure Data Explorer (Kusto) cluster
16
16
17
-
This project can be used as it is and doesn't require customizations. In the repo
17
+
This project can be used as it is and doesn't require customizations.
18
18
19
19
## Adding custom behavior
20
20
21
-
KustoSchemaTools uses plugins for reading the and writing the schema from or to a database or yaml file. You can find more docs on that in the [KustoSchemaTools repo](https://github.com/github/KustoSchemaTools).
21
+
KustoSchemaTools uses plugins for reading and writing the schema from or to a database or yaml file. You can find more docs on that in the [KustoSchemaTools repo](https://github.com/github/KustoSchemaTools).
22
22
23
23
The easiest way to add your own logic is to
24
24
1.[Fork](fork) this repository
25
-
1. Implement your own plugins ([examle](KustoSchemaCLI/Plugins/TableGroupPlugin.cs))
25
+
1. Implement your own plugins ([example](KustoSchemaCLI/Plugins/TableGroupPlugin.cs))
26
26
1. Register them in the [Program.cs](https://github.com/github/KustoSchemaToolsAction/blob/main/KustoSchemaCLI/Program.cs#L15)
27
27
1. Build your own docker container ([workflow](.github/workflows/publish_image.yml))
28
28
1. Add the definition of your [action](workflows/action.yaml) if required.
29
-
1. Use the provided workflows with your container ([import](workflows/import.yml), [diff](workflows/diff.yml), [apply](workflows/apply.yml))
29
+
1. Use the provided workflows with your container ([import](workflows/import.yml), [diff](workflows/diff.yml), [apply](workflows/apply.yml))
0 commit comments