-
Notifications
You must be signed in to change notification settings - Fork 12
feat(103-fabric-sql-database): add new example #69
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
base: main
Are you sure you want to change the base?
feat(103-fabric-sql-database): add new example #69
Conversation
…-quickstart into feat_fabric_sql_database_example
Hi @DariuszPorowski , I am from sql database in Farbic team. May I ask the procedures of getting this PR merged? |
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.
Hi @yadongyaly
Overall, the code looks good. I do not only understand what you want to highlight in this quick-start?
The core concept of the quick starts is to provide code examples/samples for unobvious cases - which do not necessarily work independently or require additional involvement (i.e. integration with Azure of 3rd parties, etc.)
Additionally, examples should be as simple as possible without forcing users to use one or another auth method, unless the sample is about authentication method itself.
@OrBaubergMicrosoft @badeamarjieh @PabloZaiden thoughts?
Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Hi @yadongyaly Make sure the PR workflow is green, before I jump to the deeper review, thanks! |
I have tried many times, and I have even created a new readme file by copying from other examples. The check always failed here : I cannot find any helpful solution online, can you please advise? |
Hi @yadongyaly README.md is an auto-generated file. Just run All developer tools are part of Dev Container attached to this repo. If you do not use Dev Container / Code spaces pls make sure you have task cli on your computer: https://taskfile.dev/installation/ Then the flow will be:
|
@@ -0,0 +1,7 @@ | |||
output "fabric_workspace_id" { |
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.
missing description
Right, I tried "task" command but my local does not have this command. I searched it online, did not get much information about it either. You mentioned PR flow, where I can get the "contribution instructions" or "developer instructions" in this repo? It really troubles me a lot to understand how to solve the PR build failed. First time to know the readme file is auto-generated by command. What files decide the readme file? |
"contribution instructions" or "developer instructions" do not exist yet, it will be added soon. taskfile its just runner like makefile, but cross-platform I suggest you use dev container which has all the necessary tools in it.
|
Hi @DariuszPorowski |
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.
LGTM
@OrBaubergMicrosoft @badeamarjieh PTAL and sync with Eva/Chen about idea/purpose of single resource example |
@yadongyaly actually this is not 200 level, may you change to 100, in this case it will be |
Hi @DariuszPorowski |
@yadongyaly I believe the issue is with line ending if you run on windows machine. Currently repo is not Windows-friendly. Primary focus is macOS/Linux. |
|
@yadongyaly do not worry about it today. The repo is still in the early stage of the setup. |
📥 Pull Request
❓ What are you trying to address
Add an example of fabric-sql-database
✨ Description of new changes
☑️ PR Checklist