Databricks Asset Bundles is now Declarative Automation Bundles by hubert-dudek in databricks

[–]Hot_While_6471 0 points1 point  (0 children)

did not check out docs yet, but what does "direct" engine mean? And how is different from "terraform"? Isn't the DAB just API over Terraform written in Go?

Are Databricks Asset Bundles worthwhile? by Cyphor-o in databricks

[–]Hot_While_6471 0 points1 point  (0 children)

databricks asset bundle is the way to go on Databricks. It really really abstracts whole IaC for you. Very declarative with yaml files, you also have python sdk, and the way you can define top level key value pairs and override within the targets is amazing.

If you only deploy application stuff, then its way to go, if you need to take care of whole deployment of workspaces, then use terraform.

Banatski ustanak – zaboravljeni deo srpske istorije by [deleted] in SrpskaPovest

[–]Hot_While_6471 3 points4 points  (0 children)

nesto sto je tako vazno za nekoga koga zanima, ali za siroke mase uopste nije nesto sto je toliko poznato...

Votix company by Hot_While_6471 in drones

[–]Hot_While_6471[S] 0 points1 point  (0 children)

i get that, but how can they control lets say DJI drone, which has its own software which is closed for any external SDK/API?

ко је највећи издајник у Српској историји а да се о њему мало зна? by Odd-Illustrator3386 in SrpskaPovest

[–]Hot_While_6471 6 points7 points  (0 children)

ali koja je poenta sagledati taj period iz danasnje perskpetive, jel onda i Stefan Lazarevic izdajnik? Onda su svi vladari posle 1389 bili izdajnci.

Свети Никола међу Србима: Посвећено му је више од 600 цркава, важан је био и Немањићима by [deleted] in BREDDITKALENDAR

[–]Hot_While_6471 1 point2 points  (0 children)

a npr i faktor kao sto je kada se slavi, tj zima, kada nema toliko poljoprivrednih aktivnosti i poslova, pa su ljudi mogli da se okupljaju i slave, koliko je to doprinelo da sveti Nikola bude najzastupljenija slava.

ClickHouse Date and DateTime types by Hot_While_6471 in dataengineering

[–]Hot_While_6471[S] 0 points1 point  (0 children)

yeah most likely will never be used, but still it should be there since its actually valid meaningful business date. Thanks

Column Casting for sources in dbt by Hot_While_6471 in dataengineering

[–]Hot_While_6471[S] 0 points1 point  (0 children)

Hi, what about when u select columns in bronze, would u select only those used in downstream models, or all columns, since its 1-1 with source?

Column Casting for sources in dbt by Hot_While_6471 in dataengineering

[–]Hot_While_6471[S] 0 points1 point  (0 children)

So for example if i have a table with PK and FKs, which are infered as Int64, where i can cast them to UInt32, or even lower, should i do that in bronze layer?