11:18 - It's a little bit ugly.. Me: YEAH!! Was thinking about it this whole time!
@RahulKumar-e5k2y2 ай бұрын
{ "errors": [ { "message": "x-hasura-admin-secret/x-hasura-access-key required, but not found", "extensions": { "path": "$", "code": "access-denied" } } ] } Hi how to resolve this error in hasura
@keshangpan3 ай бұрын
I think the pulumi refresh probably can fix this as well?
@keshangpan3 ай бұрын
your course of pulumi is very very helpful! thank you very much :)
@LeonardoReis-r7s4 ай бұрын
Super important concept to know! Thanks
@tuc80935 ай бұрын
Can you provide an easy Pulumi course from scratch, please
@mahletmahi-xv4mw8 ай бұрын
i just have one question why r u coding on white theme
@networkfreddy20009 ай бұрын
Great info and easy to understand. I have been using Pulumi at my company for about 6 months now and OFTEN use the apply and all methods. Ive seen my coworker use the interpolate function but didnt understand why until now. Thank you!
@peacefulsoul3024 Жыл бұрын
Wow, it was so amazing and it is such an Underrated Channel
@ufukyarsan2149 Жыл бұрын
So useful thank you
@ufukyarsan2149 Жыл бұрын
Damn, your videos are nice!
@ufukyarsan2149 Жыл бұрын
Nice video thanks
@devopssimon Жыл бұрын
Thanks for this great series of videos. Your an excellent teacher and communicator. I know this is two years on, but please can you continue the series. You were about to talk about dynamic components.
@d0x2f Жыл бұрын
Can you pass config through in the constructor of the dynamic provider instead of the props? That way credentials and such won't need to be stored in the state.
@TheInternetFan Жыл бұрын
Still relevant, especially considering Terraform switched to a Business Licence 3 days ago 😢
@gemsof279 Жыл бұрын
the best hasura course out there, finished the playlist today and learnt so much through the journey thanks very much 😘😘😘
@MiekMiester123 Жыл бұрын
This is sharp stuff! really clear and insightful
@martinmelka5722 Жыл бұрын
I have hit the problem described here at 38:32 about accessing stack config from inside the dynamic provider. The solution in the video is to go the resource and pass the config in as an input to the provider. But what about when the endpoint changes? The changes to the config file will not be reflected in the currently-instantiated-resource in the stack, because they are "cached" as inputs. So when the endpoint changes and you run `pulumi up`, Pulumi will not be able to delete the original resource anymore (because it will try to access the endpoint that was configured when the resource was created, not the one that is currently in the config). Same issue is with credentials. Those are expected to expire regularly and should not be kept as a part of the stack.
@TechAtScale Жыл бұрын
Solid video! Really shows the value of Pulumi!
@brucelee7782 Жыл бұрын
So good! Exactly what I needed
@seanknowles99852 жыл бұрын
Would love a tutorial on creating a native pulumi provider with Go, the Pulumi team have sucked pretty hard on developing decent docs on creating native providers!
@hakobmkoyan40442 жыл бұрын
It would be great if you made a git repository & put the codes that you use in videos in that repo, so that we (students) not focused on writing python code, but focus on pulumi hints, commands and tricks.
@hoposlav2 жыл бұрын
Thanks a lot for the awesome videos!
@dhavalbharodiya46302 жыл бұрын
Great series of Pulumi fundamentals.
@jojog26242 жыл бұрын
I like your videos!!! Would like to see more videos, please keep them updated ❤
@mibaatwork2 жыл бұрын
Top Video! I wrote a prvoder bevor, i wish i view this first
@ManishKumar52 жыл бұрын
These tutorials are better than even the official ones by Hasura. I hope you are able to monetize your channel. Not sure why you have stopped posting, please continue posting!
@yassinebouchoucha2 жыл бұрын
Thank you for the demonstration. Auth0 was always ambiguous concept, finally cleared.
@yassinebouchoucha2 жыл бұрын
this is the best tutoriel on Auth0, it removed a lot of ambiguity that I have around it/
@yassinebouchoucha2 жыл бұрын
prisma could be more intuitive as postresql ORM for event management,
@yassinebouchoucha2 жыл бұрын
thank you for the summary I get a bit lost starting using Hasura CLI... carry on the good work : always someone , somewhere and someday will search for your upcoming tutorials and will find it as life saver !
@yassinebouchoucha2 жыл бұрын
best hasura and graphQL complete walkthrough, more in depth complex web development topic !
@al.shahed2 жыл бұрын
This is brilliant. Thank you so much for putting this out!
@dn0hr98792 жыл бұрын
Excellent 👍. This content should reach more people .
@periyasamynanjappan2 жыл бұрын
Great tutorials. Worth to subscribe your channel
@RobertKing2 жыл бұрын
Amazing tutorial thanks. I'd love to see best practices to apply to staging and production. And also could mention squashing migrations too.
@IvanKleshnin2 жыл бұрын
Nice video, thank you! Unfortunately you didn't show how to keep migrations and metadata in-sync manually. Hasura documentation around migrations and metadata sucks. Each command should have explanations on what it affects: local files, metadata files, metadata table, etc. No word on that and you can only guess or experiment yourself. E.g. after a down migration you have to restore consistency between both "sources of truth". Hasura will rely on metadata which now may describe removed tables, columns, etc. How would you fix that? Editing metadata files and applying them with 'medata apply' (like it's shown) is error prone - you can easily introduce a new mismatch that will be even harder to remove later. There's 'metadata inconsistency drop' with many other commands. None is properly documented. Now add bugs to the mix. E.g. 'metadata export' does not remove table descriptions that were removed. And now you see why the entry barrier of this tool is still way too high. It takes weeks to learn (which is worth it, IMO, but not all developers or teams have that much time to invest).
@mnogokotin2 жыл бұрын
thx for the video )
@shamstabrez29862 жыл бұрын
plz make more advanced videos on this
@jamiespittal97952 жыл бұрын
I found this to be extremely valuable, thanks for taking the time.
@sinaa75622 жыл бұрын
Thanks for this video! ☺
@diegogarcialozano33602 жыл бұрын
Really good learning material 😄 Watched the first 7 videos of the series and it was very helpful. Well done 👏
@inversebrah2 жыл бұрын
great work
@altayezekariyas92432 жыл бұрын
Failed setting foreign key i got this error while setting up foreign key for the type
@leomotta53762 жыл бұрын
admin scret should como from .env files
@IvanKleshnin2 жыл бұрын
Yep. Because hasura folder will go under Git so you shouldn' store secrets there.
@bob844092 жыл бұрын
Excellent series, thanks 🙏
@michaelpapili41392 жыл бұрын
Incredible tutorial, thank you. Not sure if it's a latest-update from Hasura, but I didn't need to mark my initial migration as already-applied. It was already marked in the migration history it seems(?). Regardless, fantastic job explaining this. The official documentation should just link to this video :-)
@IvanKleshnin2 жыл бұрын
Yes, the latest Hasura auto-applies 'create --from-server' kind of migrations.
@Coolblockj2 жыл бұрын
Hey I just recently found these, you should make more videos! You are very succinct and to the point and its great
@aymenua2 жыл бұрын
I get "password authentication failed for user "postgres" error. Any help?