-
Notifications
You must be signed in to change notification settings - Fork 659
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
[Core feature] Flyteadmin support for sqlite3 #2138
Comments
I would be happy to work on this, will start to take a look at it. |
The database can be set to sqlite3 using
And the best way to work on this is to use the single binary development Lines 27 to 33 in 5f801cd
And you can setup a local development environment using Lines 88 to 89 in 5f801cd
To modify Admin code and check it locally, I usually add a go replace Line 221 in 5f801cd
|
this is an incredibly stale PR, but this is how far we made it last time trying to get sqlite in admin working: flyteorg/flyteadmin#374 |
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Motivation: Why do you think this is important?
Currently to start sandbox flyteadmin needs a postgres server. GORM supports sqlite3 and this should be possible to use with flyteadmin
GORM support: https://gorm.io/docs/connecting_to_the_database.html#SQLite
Goal: What should the final outcome look like, ideally?
if i start flyteadmin locally, it should be possible to start with a sqlite db . This would speed up testing and starting up of flyteadmin.
Similarly we can do the same for datacatalog
Describe alternatives you've considered
start a postgres server
Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: