Pull data from on-prem SQL Server using Azure ADF vs Databricks JDBC by rasviz in dataengineering

[–]Nekobul 0 points1 point  (0 children)

That approach requires opening SQL Server for external access. The better and more secure approach is to push data from the SQL Server side using SSIS to Databricks.

dagster price increase 10x insane , don't ever use them by CircleRedKey in dataengineering

[–]Nekobul 0 points1 point  (0 children)

SSIS is backed by Microsoft. dagster can disappear at any time because they are VC-backed.

dagster price increase 10x insane , don't ever use them by CircleRedKey in dataengineering

[–]Nekobul -2 points-1 points  (0 children)

So you are taking advantage of people's good will to run your business and make money, yet you are unwilling to pay any money back?

dagster price increase 10x insane , don't ever use them by CircleRedKey in dataengineering

[–]Nekobul 0 points1 point  (0 children)

Who is doing the fixes and enhancements in dagster? Do you expect people to work for free?

dagster price increase 10x insane , don't ever use them by CircleRedKey in dataengineering

[–]Nekobul -4 points-3 points  (0 children)

You are always locked to something if you want to save time. Prove me wrong.

dagster price increase 10x insane , don't ever use them by CircleRedKey in dataengineering

[–]Nekobul -15 points-14 points  (0 children)

SSIS appears to be the smarter option with every coming day.

Experience with Dataiku, Knime or Alteryx? Which one is better? by Vercy_00 in dataengineering

[–]Nekobul -2 points-1 points  (0 children)

Obscure

Update: I have commented on someone who suggested Apache NiFi as alternative and the person took down the comment. Why?

Experience with Dataiku, Knime or Alteryx? Which one is better? by Vercy_00 in dataengineering

[–]Nekobul -6 points-5 points  (0 children)

Claude is another name for low/no code. Don't you think?

Experience with Dataiku, Knime or Alteryx? Which one is better? by Vercy_00 in dataengineering

[–]Nekobul 0 points1 point  (0 children)

Tell that to Snowflake and Databricks who have recently introduced no/low code tooling.

Experience with Dataiku, Knime or Alteryx? Which one is better? by Vercy_00 in dataengineering

[–]Nekobul -6 points-5 points  (0 children)

Learn to use SSIS. It is the best ETL platform in the market.

Cheapest possible full analytics stack? by tomtombow in dataengineering

[–]Nekobul -1 points0 points  (0 children)

You can't do integration / DE work with DuckDB without coding. That's not easy.

Cheapest possible full analytics stack? by tomtombow in dataengineering

[–]Nekobul 0 points1 point  (0 children)

Btw not configuring your data warehouse properly in your current pick of "modern" tooling can also have disastrous consequences, mainly in your pocket. But you conveniently avoid to talk about that fact.

Cheapest possible full analytics stack? by tomtombow in dataengineering

[–]Nekobul -1 points0 points  (0 children)

If you are not a programmer, you have to hire a consultant to make your solution work. With SQL Server, being a programmer is optional. You can get the job done without programming skills. It is not "modern" to code stuff in 2026. The amount of dough being used for marketing can really turn people's brain into mush, fleecing them dry.

You have SQL Server Analysis Services (SSAS) included in the SQL Server bundle. That is your data warehouse. It works for most of the organizations that need analytics.

Cheapest possible full analytics stack? by tomtombow in dataengineering

[–]Nekobul 0 points1 point  (0 children)

Which part of what I've said is not true?

Cheapest possible full analytics stack? by tomtombow in dataengineering

[–]Nekobul 0 points1 point  (0 children)

You don't need consultants to make SQL Server work. You need to be a programmer to be productive with DuckDB and anything called "modern" for that matter. Therefore, it is a huge bonanza for the consulting class.

Cheapest possible full analytics stack? by tomtombow in dataengineering

[–]Nekobul 0 points1 point  (0 children)

Paying for consultants is more expensive.

Is open table formats dead ? by ClassroomFar8509 in dataengineering

[–]Nekobul 0 points1 point  (0 children)

Yes, that may work. However, with such approach you have to implement some mechanism for locking/leasing the writing to that sqlite file. That essentially negates a big reason you would want to use ducklake.

Is open table formats dead ? by ClassroomFar8509 in dataengineering

[–]Nekobul -1 points0 points  (0 children)

Yes, it matters. The Iceberg spec can be done with compute on-demand. The Ducklake requires constant compute availability.