Snowflake - Copy Command Options

  Рет қаралды 12,314

Janardhan Reddy Bandi

Janardhan Reddy Bandi

Күн бұрын

Пікірлер: 43
@saikrishna-pt6er
@saikrishna-pt6er Жыл бұрын
Thankyou very much.I dont think I can get better channel to learn snowflake in youtube.great explanation on each and every concepts in snowflake.
@maneendrareddy1791
@maneendrareddy1791 2 жыл бұрын
Superb explation. Please upload more videos related to snowflake.
@mrjana520
@mrjana520 2 жыл бұрын
Complete snowflake videos available in my channel, follow my playlist
@mohammedvahid5099
@mohammedvahid5099 Жыл бұрын
Sir make video full fledged video with copy command With practical we practice it pleas sir it's very confusion 🙏🙏🙏
@adinarayanakarra
@adinarayanakarra 8 ай бұрын
Valuable information Sir
@muralikrishna-gk4hx
@muralikrishna-gk4hx 9 ай бұрын
Could you please advise How to handle historical tables part of migration
@mrjana520
@mrjana520 9 ай бұрын
You can do one time history table load using ETL tools, if ETL tools are not available, you have to export the data from on-premice database to files, place those files in cloud storage and load into snowflake tables. There is no other way than these 2 ways.
@mdcharm
@mdcharm 6 ай бұрын
Thank You Sir. This is helpful
@muralikrishna-gk4hx
@muralikrishna-gk4hx 8 ай бұрын
Thanks sir is there any video snow pipe on internal name stage please provide
@mrjana520
@mrjana520 8 ай бұрын
I don't have it
@LakshmanVarshan
@LakshmanVarshan Жыл бұрын
what is the difference between overwrite = true and force = true?
@mrjana520
@mrjana520 Жыл бұрын
I don't see overwrite option in Snowflake documentation also :( copyOptions ::= ON_ERROR = { CONTINUE | SKIP_FILE | SKIP_FILE_ | 'SKIP_FILE_%' | ABORT_STATEMENT } SIZE_LIMIT = PURGE = TRUE | FALSE RETURN_FAILED_ONLY = TRUE | FALSE MATCH_BY_COLUMN_NAME = CASE_SENSITIVE | CASE_INSENSITIVE | NONE ENFORCE_LENGTH = TRUE | FALSE TRUNCATECOLUMNS = TRUE | FALSE FORCE = TRUE | FALSE LOAD_UNCERTAIN_FILES = TRUE | FALSE
@muralikrishna-gk4hx
@muralikrishna-gk4hx 8 ай бұрын
Hi sir i try to create snow pipe on internal stage but i am getting error 090040 (XX000): Pipe Notifications bind failure "Internal Stage not supported for auto_ingest" if i am coment on autoingest i am able to create but i try to change my file but i am not seen auto loading here.
@mrjana520
@mrjana520 8 ай бұрын
the auto-ingest feature only works with external stages.
@jayasimhabobburu6054
@jayasimhabobburu6054 2 жыл бұрын
Sir TQ very much. Pls do a video on realtime how we have to write stored procedure in detail.pls sir
@mrjana520
@mrjana520 2 жыл бұрын
there are 2 videos on Stored procs, check in my playlist
@anupamadixit1138
@anupamadixit1138 Жыл бұрын
how can we get the sample data in s3? please tell
@mrjana520
@mrjana520 Жыл бұрын
You can use public s3 data or you have to upload files to your AWS s3 account for practice.
@UPavan07
@UPavan07 Жыл бұрын
Sir what type of errors are there in files
@mrjana520
@mrjana520 Жыл бұрын
Watch all videos clearly, you will get the answer.
@lakshmisr5960
@lakshmisr5960 2 жыл бұрын
Can we store the result that we get from copy command into some temp table??
@mrjana520
@mrjana520 2 жыл бұрын
Copy command means, you are already storing or loading the data into some table, it can be a permanent table or temporary table or transient table
@lakshmisr5960
@lakshmisr5960 2 жыл бұрын
@@mrjana520 yeah ..but can we store the results like whether the filewise data loaded or errored out to some other table??? When we execute the copy command, we get an output table that says which all the files got loaded/errored out.. can we store that data somewhere??
@mrjana520
@mrjana520 2 жыл бұрын
When ever you run copy command it gives output as list of files that were successfully loaded and errored out, but the data will be loaded to the table that you have mentioned in the copy into tablename...
@sunilkumarreddyd479
@sunilkumarreddyd479 2 жыл бұрын
Hi Janardhan, I have two queries. 1) how to store limited rows in snowflake table using copy command. Ex. If my file has 1000 records but I want to store 200 records 2) how to store source file name along with data
@mrjana520
@mrjana520 2 жыл бұрын
community.snowflake.com/s/article/Inserting-filename-into-target-table
@mrjana520
@mrjana520 2 жыл бұрын
We can't filter the records while loading into snowflake by using copy command
@sunilkumarreddyd479
@sunilkumarreddyd479 2 жыл бұрын
Thank you, janardhan!
@sunilkumarreddyd479
@sunilkumarreddyd479 2 жыл бұрын
As per your COPY command video, we can only give SIZE LIMIT keyword while loading data file?
@mounikamallikanti9522
@mounikamallikanti9522 2 жыл бұрын
Sir,i have career gap,i have learnt snowflake in an institute recently.now i would like to work with real time projects to improve my skill.so is there any freelancers or internships on the snowflake?
@mrjana520
@mrjana520 2 жыл бұрын
I am not sure on that, I am just posting my knowledge in youtube
@mounikamallikanti9522
@mounikamallikanti9522 2 жыл бұрын
@@mrjana520 it's ok sir, thank you.
@kalyankumar7336
@kalyankumar7336 Жыл бұрын
Hi Janardhan, Can you please that PPT about the copy command.
@mrjana520
@mrjana520 Жыл бұрын
Contact me on jana.snowflake2@gmail.com
@sudhakarsiddu3965
@sudhakarsiddu3965 2 жыл бұрын
Please explain some realtime scenarios
@mrjana520
@mrjana520 2 жыл бұрын
Will do once all basic content is completed
@kanthkk1365
@kanthkk1365 Жыл бұрын
Nice Explanation Sir.. Can I stage the same file again in to the internal stage. Example earlier I have 10 records in the file but now in the same file records updated in to 20.So want to stage the file to load the remaining records in to the table
@mrjana520
@mrjana520 Жыл бұрын
Yes by using Force=true option
@kanthkk1365
@kanthkk1365 Жыл бұрын
@@mrjana520 Thanks Sir
@sql-world5536
@sql-world5536 2 жыл бұрын
please explain clustered key concept
@mrjana520
@mrjana520 2 жыл бұрын
Cluster key video is already available, all snowflake material that is required to clear an interview is available in my channel
@Kumarveeran123
@Kumarveeran123 8 ай бұрын
you could have done it while running those commands with an explanation otherwise theoretical is always boring ..
@mrjana520
@mrjana520 8 ай бұрын
But this is the only video I have explained only theory, all other videos I have executed and explained. But people see only black dot on the white paper, it is quiet natural.
Snowflake - Loading Semi Structured Data - JSON
28:48
Janardhan Reddy Bandi
Рет қаралды 15 М.
Snowflake - Unloading Data - Working Session
30:00
Janardhan Reddy Bandi
Рет қаралды 9 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Snowflake - SnowPipe - Working Session
45:23
Janardhan Reddy Bandi
Рет қаралды 24 М.
Querying 100 Billion Rows using SQL, 7 TB in a single table
9:07
Arpit Agrawal (Elastiq.AI)
Рет қаралды 58 М.
Snowflake - External Stages - Working Session
32:23
Janardhan Reddy Bandi
Рет қаралды 18 М.
Snowflake - TroubleShooting SnowPipe - Working Session
52:13
Janardhan Reddy Bandi
Рет қаралды 12 М.
Validate Data Before Loading Into Snowflake | Ch-08 | Snowflake Data Loading Approach
22:46
Snowflake - Internal Stages and Snowsql
59:50
Janardhan Reddy Bandi
Рет қаралды 22 М.
Snowflake Tasks - Working Session
1:12:39
Janardhan Reddy Bandi
Рет қаралды 15 М.
Snowflake Interview Questions Part - I
27:26
Janardhan Reddy Bandi
Рет қаралды 32 М.