feat: Creating "Using Gemini with BigQuery through Remote Functions"
nit: I'm not super familiar with terraform, but would it be possible to put all of the .tf files in a directory to make it easier to navigate the files?
I think the src/ directory should be removed and any changes integrated into the other files of the code.
nit: I'm not super familiar with terraform, but would it be possible to put all of the .tf files in a directory to make it easier to navigate the files?
This could be done, but it would be a decent amount of work to migrate. How big of an impact do you think this will have?
nit: I'm not super familiar with terraform, but would it be possible to put all of the .tf files in a directory to make it easier to navigate the files?
This could be done, but it would be a decent amount of work to migrate. How big of an impact do you think this will have?
Ok, I didn't know if it would be a major change. Don't worry about it then, just leave the tf files as is
I think the
src/directory should be removed and any changes integrated into the other files of the code.
I haven't done so because it would significantly reduce the readability of the Terraform code
I think the
src/directory should be removed and any changes integrated into the other files of the code.I haven't done so because it would significantly reduce the readability of the Terraform code
Clarification on my comment, it looked like the code in src/ was duplication of code outside of src/. I'm fine with keeping the src/ directory, I just didn't want duplicate files. Is it possible to remove one or the other? Or explain what the differences are between them?
EDIT: Never mind, looks like the files not in src/ were removed in bc086cf
I think the
src/directory should be removed and any changes integrated into the other files of the code.I haven't done so because it would significantly reduce the readability of the Terraform code
Clarification on my comment, it looked like the code in
src/was duplication of code outside ofsrc/. I'm fine with keeping thesrc/directory, I just didn't want duplicate files. Is it possible to remove one or the other? Or explain what the differences are between them?EDIT: Never mind, looks like the files not in
src/were removed inbc086cf
Ah yes! I mistakenly duplicated the SQL files in a second directory, but I removed that duplication while reviewing your feedback on it