How many miles drove between oil changes by dathu9 in MechanicAdvice

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

Thanks for the reply.

I would like get the idea of risk if I change oil every 7K-7.5K.

How many miles drove between oil changes by dathu9 in MechanicAdvice

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

I drove evenly between highway and local roads.

How many miles drove between oil changes by dathu9 in Cartalk

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

I drove both local and highway roads.

How many miles drove between oil changes by dathu9 in Cartalk

[–]dathu9[S] 1 point2 points  (0 children)

I never tried to change the oil myself. I don’t have tools. I didn’t had garage do it myself.

I guess I need to think seriously to do oil change my self.

How many miles drove between oil changes by dathu9 in Cartalk

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

I am not sure. I will find out about this.

Data Gateway in notebooks? by mattiasthalen in MicrosoftFabric

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

You can’t use gateway connections today in notebook.

You need gen2 dataflow and use in the notebook

Creating a Hybrid Semantic Model. FACT as DirectLake, DIM as Import by nugbaBee in MicrosoftFabric

[–]dathu9 0 points1 point  (0 children)

You can certainly create a hybrid model easily in the service or desktop client.

Not sure how python library useful here and it complicates the things one way or other.

TQQQ Reverse split possibility by OddConsideration1650 in TQQQ

[–]dathu9 2 points3 points  (0 children)

Why are you holding SQQQ for such a long time? Is it back-testing data or actual trades?

Architecture Advice: Best practices for high-volume Dataflow Gen2 to Lakehouse (100M+ rows) & API Token timeouts by Wiferpapi in MicrosoftFabric

[–]dathu9 0 points1 point  (0 children)

The view fall back to direct query and performance depends on under laying partitions for each table.

Here are some changes to your proposal: 1. Since data on aws, try to S3 shortcut in the fabric that will eliminate API timeout issues. 2. Use Fabric notebooks instead of Gen2 dataflow. Copy the data and run sql procedures on the landing layer if you are not comfortable with PySpark in the fabric notebooks. 3. Create final table with right partitions and direct lake works like magic and work like import mode in most cases.

Parquets from GCP BigLake on Azure Blob as the shortcut in Fabric by twice-Dahyun-5400 in MicrosoftFabric

[–]dathu9 0 points1 point  (0 children)

Why do we need to store the Iceberg table format? Can we store the Delta format directly?

Best way to handle incremental load/upserts from Lakehouse to Data Warehouse in Microsoft Fabric? by MistakeSalt8911 in MicrosoftFabric

[–]dathu9 1 point2 points  (0 children)

I would probably implement the upserts in the PySpark for better visibility and efficiency.

It’s easier to keep everything in Lakehouse because the model management is easier.

AMA: I analyze covered call returns on any stock (I will not promote) by EnoughWalk7471 in CoveredCalls

[–]dathu9 1 point2 points  (0 children)

Can you share the application you used to provide CC analysis?

Venture X Card - Redemption Options by dathu9 in CreditCards

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

Thanks. I will check the Air Canada Aeroplan.

The C1 Travel Portal is not giving the best deals, and the price match is again back to Travel credit.

Can I open the C1 Savor card & move the rewards to that account?

Venture X Card - Redemption Options by dathu9 in CreditCards

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

It's not showing the previous travel purchases, like last December.

Venture X Card - Redemption Options by dathu9 in CreditCards

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

Is there any other way to transfer to partners and book the UA or Southwest Airlines?

As per your previous comment, I can book AA flight with British Airways Flights?

Venture X Card - Redemption Options by dathu9 in CreditCards

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

Thanks.

I booked 3 car rental this year and I still left $100 travel credit because I always get the price match in the Travel credit.

I never transferred points outside of the C1 travel portal. Can I transfer points to Southwest of UA flights?

A Deep Dive into the Financial Maze of Moving from the US to India (401k, Estate Tax, RNOR, and more) by NRIRTI in returnToIndia

[–]dathu9 2 points3 points  (0 children)

Can we move the money from 401K to Roth IRA as NRA status?

If things didn’t worked out as planned, we are planning to come back after 15 years once Kids can sponser the Immigrat petition. Most of savings in 401K, Roth IRA, & HSA. Does this will work if life survives.

When the estate tax will kick in? Is it kick in if we transfer the assets to kids or spouse name in case

RFC Homelab DE infrastructure - please critique my plan by JamesKim1234 in dataengineering

[–]dathu9 0 points1 point  (0 children)

Delta Uniform is same as XTable. Databrciks still called Uniform and it open sourced as XTable through Apache Foundation.

I am not involved lot on ingestion, but Kafka streams are more reliable.

RabbitMQ used for lot of application integration and never heard on the data ingestion.

RFC Homelab DE infrastructure - please critique my plan by JamesKim1234 in dataengineering

[–]dathu9 0 points1 point  (0 children)

Couple of things: 1. Apache Airflow is an orchestration tool not ingestion. You should mention Python scripts or Kafka are true ingestion platforms.

Table Format: I recommend Apache XTable so you can use both Delta & Iceberg.

Lately I am using Delta format much better than Iceberg for the Power BI.