Skip to content
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

added upload file #90

Closed
wants to merge 1 commit into from
Closed

Conversation

IshuSinghSE
Copy link

Closes: #81

@IshuSinghSE
Copy link
Author

@quest-bot loot #81

Copy link

quest-bot bot commented Oct 21, 2024

Quest PR submitted! image Quest PR submitted!

@IshuSinghSE, you are attempting to solve the issue and loot this Quest. Will you be successful?


Questions? Check out the docs.

@quest-bot quest-bot bot added the ⚔️ Quest Tracks quest-bot quests label Oct 21, 2024
override async uploadFile(filePath: string, tableName: string, integration: string): Promise<void> {
const fileName = path.basename(filePath);

const sqlQuery = `
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@setohe0909 Does this query actually upload the file from local? Shouldn't we use multipart upload?

@chandrevdw31
Copy link

@IshuSinghSE closing this PR as it's been 5 days and there has been no response in making changes as per @Better-Boy's comments

@mindsdb mindsdb locked and limited conversation to collaborators Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⚔️ Quest Tracks quest-bot quests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Hacktoberfest] A function to upload a file
4 participants