Комментарии:
This project is insane and I'm only halfway. As someone that looked at AWS I was like HUH. You did a great job explaining it so far. :)
ОтветитьThank you Darshil for this awesome video! I have issues viewing the cleaned date in athena. i got "HIVE_UNKNOWN_ERROR: Path missing in file system location: [my path]
This query ran against the "[cleaned db]" database, unless qualified by the query. " but i checked the path name are correct and i can access the parquet file locally. Can anyone help with this issue?
Thank you bro, this is good
Ответитьhey, if i use Aws Glue will it cost me for free tier account?
ОтветитьHIVE_UNKNOWN_ERROR: Path missing in file system location: s3://de-onprem-yt-cleansed-ap-southeast-2-dev
This query ran against the "" database, unless qualified by the query. Please post the error message on our forum or contact customer support with Query Id: 7e93f3f6-f2e4-47a3-96a5-744cd7fc9dab
I'm getting this error at the time of running the table in Athena. Can anyone help me out
can anyone please let me know if the AWS services used in this project are paid or free? As I'm beginner, I don't know about the paid services. I would really appreciate any support in this regard.
Ответитьi am getting CreateMultipartUpload permission denied
ОтветитьI got {{ An error occurred (AccessDenied) when calling the PutObject operation: Access Denied }} when i tried to upload the files to the s3 bucket. I tried to give permission but that also gave me another error {{ You either don’t have permissions to edit the bucket policy, or your bucket policy grants a level of public access that conflicts with your Block Public Access settings. To edit a bucket policy, you need the s3:PutBucketPolicy permission }}
ОтветитьDid anyone completed the project recently?
ОтветитьBhai what is the total cost of using all the aws services for this project?
ОтветитьDid anyone faced the issue where I deployed the code too but when i click test nothing happens. No error and nothing. Am i missing anything?
ОтветитьHi Darshil,
Can explain some more details on environment variable inputs.
i'm facing problem at the "aws s3 ls". I clicked it on my cmd, but still there was no activity. I'm a windows 10 user. Kindly help.
ОтветитьI m getting parameter invalid error
Ответитьman i don't have a credit card!!
ОтветитьBro data engineer need maths??
Ответитьhow we have declared the environment variables at 40.49 minutes of the video?
ОтветитьI will be grateful if anyone can help me this error
{
"errorMessage": "Unable to import module 'lambda_function': No module named 'awssdkpandas'",
"errorType": "Runtime.ImportModuleError",
"requestId": "",
"stackTrace": []
}
hi... when i tried to add data wrangler layer in aws lambda i couldnt find. what to do ?
Ответить5 min into the video and you've got a sub Darshil. Thank you for this 💯
ОтветитьPLEASE HELP!
Can i do this project in the free tier AWS?
waiting for continuation video... Can't take off my sight as an intense suspense full movie.
ОтветитьI was trying to test, but then the result comes out to be : {
"statusCode": 200,
"body": "\"Hello from Lambda!\""
}
but my bucket is still empty
free tier is not accepting lambda functions why?
ОтветитьWhat is the overall cost for this project? (in reference to AWS services)
ОтветитьThanks for the video, i have finished the first part, however in the second part the table raw_statistics cant be read, no columns were deticted. I think there is a preprocessing that was done but it is not included in the video.
ОтветитьIssues I faced with lambda and the fix
My lambda kept running and wasn’t stopping even with increased processing power and time limit
Solution -
- did not have to change the import awswrangler statement
- Added the AWSSDKPandas-Python39
- Check your s3 cleansed bucket you’ll have the file generated
- Use the file in a crawler and choose your cleansed_db then run the crawler
- New table will be generated and you can query it in Athena
One issue I faced with using US_category_id.json was that the json had bracket issues. To address this issue I just used another file the GB_category_id.json
Hope this helps
when everybody else is discussing the error and you're worried that you didn't get an error 🥲
ОтветитьSo i paid for your sql, python and data warehouse class on your old website. is theree a way for me to access that information again since you changed the website?
ОтветитьWhy use data lake rather than a data mart?
ОтветитьI am facing an issue in lambda - i have tried the python 3.9 and awssdkpandas version 39, still i am not able to get the cleaned data in clean bucket, all i get is {
"statusCode": 200,
"body": "\"Hello from Lambda!\""
}
please need help !!!!
Please avoid particular
ОтветитьMy code is working fine i still didn't see any errors but the problem is i couldn't see the output in my bucket.
ОтветитьHey,
I am getting error in making crawler although i have provided all the permissions as well as policies, also my account is not a part of any organization.
I have tried everything but still access denied.
PLEASE HELP!!!!!!!
I’m creating and AWS Account but it is asking me to provide my bank credentials without it I can’t go ahead. Is there any other way to create an free account or I have to do that only?
ОтветитьI have project pro. Very basic projects. I will not recommend anyone to use it.
Ответитьhi darshil bro i am here with request that i cant make aws account because i done have cc/dc. so can you or anybody can tell me what's the alternative to do. i mean alternative platform where i can perform these project because i want to but i dont have option. also i have read most of the aws related threads like aws educate, stater account and all type of ways but they are not working any more if you want to use aws i have to add cc/dc is the final which i cant afford. please help to find ant alternative platform or ways.
Ответить@Darshil, I am following this video, just i test lambda event, I am getting below status code 200, though cleaned data table is not created anywhere, please help me here, why I am not getting any error . {
"statusCode": 200,
"body": "\"Hello from Lambda!\""
} Log group '/aws/lambda/de1-rowdata-useast1-lambda-json-parquet-format' does not exist for account ID 'xxxx' (Service: AWSLogs; Status Code: 400; Error Code: ResourceNotFoundException; Request ID: requestidnumber; Proxy: null)
@snehakadam16 hey can you tell me that the services using in this project all are free? if not can you tell me how can i avoid extra charge? or how did you setup aws for this project?
ОтветитьCan someone pls help me, I'm not getting any access key after creating the IAM user
ОтветитьAfter Every Code Change:
1. Save → Deploy → Test
- Be vigilant about:
• Permissions
• Correct S3 paths
Repost
Roles Configuration:
- Role 1: Glue Role
Use Case: AWS Glue
Permissions:
• AmazonS3FullAccess
• AWSGlueServiceRole
- Role 2: Lambda Role
Use Case: AWS Lambda
Permissions:
• AmazonS3FullAccess
• AWSGlueServiceRole
AWS SDK for pandas
AWS Layer for Python 3.9:
- Layer Name: AWSSDKPandas-Python39
- Applicable for AWS Lambda functions using Python 3.9
- Provides AWS SDK for pandas (awswrangler)
Where is the command link for Uploading the data??
Ответить"errorMessage": "'s3_cleansed_layer'",
"errorType": "KeyError",
"requestId": "",
can anyone say why i got this error
this my environment variable:
s3_cleansed_layer : s3://de-cleaned-data-testing/yt