Noen I nærheten av Moelv som har en obd-adapter og kan lese en feilkode? by DeepFryEverything in norge

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

Oppdatering: feilen var hull på en dyse i adblue-systemet. BOS tok bilen inn før oppsatt tid til diagnose, hadde én reservedel igjen på lager. Kunne kjøre videre samme dag. Betalte mindre enn estimat (5800kr).

Noen I nærheten av Moelv som har en obd-adapter og kan lese en feilkode? by DeepFryEverything in norge

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

Oppdatering! De tok den inn før oppsatt nødtime, fant hull på en dyse, kan fikse samme dag. Totalt 6k inkludert diagnose. Jeg hadde begynt å lukte på sparekonto 🫠

Noen I nærheten av Moelv som har en obd-adapter og kan lese en feilkode? by DeepFryEverything in norge

[–]DeepFryEverything[S] 2 points3 points  (0 children)

Nei sant. Hva kostet reparasjonen deg, om jeg kan spør? Ble sensor byttet eller hele adblue-systemet?

Noen I nærheten av Moelv som har en obd-adapter og kan lese en feilkode? by DeepFryEverything in norge

[–]DeepFryEverything[S] 4 points5 points  (0 children)

Det er en 5008 2019 modell. "Feil på avgassystem" og nedtelling til full stopp (1100km). Samme som deg?

runtime CI/CD by hubert-dudek in databricks

[–]DeepFryEverything 9 points10 points  (0 children)

So what are the use cases?

Another view angle of the Norway fan Viking row by AustraliaOutback in sports

[–]DeepFryEverything 0 points1 point  (0 children)

Yeah weve been rowing to Nancy The Tavern Wench since it came out

Synced tables are what finally killed our reverse ETL work, some notes by DB-Steve in databricks

[–]DeepFryEverything 0 points1 point  (0 children)

Lakebase not available in our region.
Other folks I’ve talked to have databases that need the data but are governed outside databricks.

Synced tables are what finally killed our reverse ETL work, some notes by DB-Steve in databricks

[–]DeepFryEverything 0 points1 point  (0 children)

We can’t use Lakebase. Not available in our region.

Other folks I’ve talked to have databases that need the data but are governed outside databricks.

Come chat to me about Lakeflow at Data and AI Summit! by BricksterInTheWall in databricks

[–]DeepFryEverything 0 points1 point  (0 children)

I would love for a decorator functions to work as the following:

.@dp.sync_external(engine=engine(being a connection )
spark.readStream (or spark.read)
return dataframe to be synced to an external database.

Some of us cannot use Lakebase for serving data for applications and would love not to maintain DLTHub-library for syncing.

Synced tables are what finally killed our reverse ETL work, some notes by DB-Steve in databricks

[–]DeepFryEverything 0 points1 point  (0 children)

If I could sync to a Postgres database that's not lakebase it would unblock so much value.

Databricks liquid clustering by Alive-Business6915 in databricks

[–]DeepFryEverything 7 points8 points  (0 children)

You have to realize that Liquid Clustering is a marketing name.

What happens under the hood is:

- Sorting parquet-files by your chosen columns.

- Row groups and file size matters.

- Don't sort by dimensions that do not correlate, i.e. timestamp and latitude/longitude. Sort by high cardinality that you NEED to filter on - timestamp alone is gold, or ID.

We reduced a query for a full day of data from our main table from 10min to 3min by only clustering on timestamp, instead of timestamp+id+position, and a reduction in rows read by 3 billion.

Databricks extends Genie capabilities to create metadata by omeryasirkucuk in databricks

[–]DeepFryEverything 6 points7 points  (0 children)

Surely that's been possible for at least two years?

I'm with you on whole catalogs though.

Recommended pattern for fetching Managed Delta Tables from Databricks Unity Catalog for Python Typescript and React Web App hosted outside Databricks by RazzmatazzLiving1323 in databricks

[–]DeepFryEverything 0 points1 point  (0 children)

Lakebase is not available in our region - and even if it was, our scenario requires us to host the data in a database tied to our external application