-
Notifications
You must be signed in to change notification settings - Fork 3
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
Finserv #94
base: main
Are you sure you want to change the base?
Finserv #94
Conversation
@sandalsoft the reason CI failed is because it's coming from a forked repo and doesn't (currently) have access to secrets. I'm in two minds:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding some comments here - the rest of the files/metadata etc look great. I'll run a test with a custom .env.cloud.finserv before merging though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the engine/build directories should be on the top level, it's nested in hasura/ and should be gitignored (if it's not already)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
hasura/.env
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this .env file to stay in the repo to allow DDN to be spun up for users easily (commands reference it within the .hasura/context.yaml
. I'm open to the idea of us creating an env.template and having a setup step be to copy it across though.
hasura/.env.local
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above - this is referenced in .hasura/context.yaml
. That said, it might be time to think about restructuring how the .env and .env.local work, whether we need both, and whether it's better to create template files instead. Maybe a future PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to leave the default project as test which should (now) reference axiom-test env.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And I've switched this one over to axiom-dev
now too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this if the dir has files in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to ignore hasura/.env
and hasura/.env.local
(for now). I put some comments on the deleted files as they're referenced in hasura/.hasura/context.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've gotten rid of these in #96 so the only one to ignore would be .env.telco.template
(and any finserv template file that you add in)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, one other thing, can we please also add .DS_Store
to this as well please?
Supergraph build was successful! 🎉 Build URLs:
Console URLs:
Commit ID: 4fd4a0f |
Ok I fixed this in #70 by setting up a CI environment and using |
Added the first data sources for the Financial Services data model.