Skip to content

Commit 832ce60

Browse files
shreekar-atlantanish120704inishchith
authored
fix: GitHub actions workflow fixed, README updated for MySQL connector app (#13)
* fix(ci): address GitHub Actions failure by cleaning up MySQL configs and renaming .env * refactor: updated the ui for app * docs: update README, add mysql logo * refactor(ci): migrate GitHub actions workflow from PostgreSQL to MySQL * fix: resolve pre-commit linting and formatting issues * fix(ci): action failure fixed * chore: more cleanups --------- Co-authored-by: Tanish Charthankar <tanish.charthankar@atlan.com> Co-authored-by: inishchith <inishchith@gmail.com>
1 parent 8aa2eb2 commit 832ce60

57 files changed

Lines changed: 803 additions & 2854 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env renamed to .env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ATLAN_WORKFLOW_UI_PORT=8233
1414
ATLAN_WORKFLOW_METRICS_PORT=8234
1515
ATLAN_TENANT_ID=default
1616
ATLAN_WORKFLOW_NAMESPACE=default
17-
ATLAN_APPLICATION_NAME=postgres
17+
ATLAN_APPLICATION_NAME=mysql
1818
ATLAN_SQL_SERVER_MIN_VERSION=8.0
1919
ENABLE_OTLP_LOGS=false
2020

0 commit comments

Comments
 (0)