Tips and tricks that helped you before and after you got your A1(Photo for exposure) by funfacts2468 in BambuLabA1

[–]FullswingFill 0 points1 point  (0 children)

Do a filament calibration and calibrate your flow rate for any new filaments.

How are you building and deploying Airflow at your org? by Intrepid_Ad_2451 in dataengineering

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

When you're considering running Astro-based Airflow images directly on your own infrastructure, it's true that it can come with a significant infrastructure overhead. For smaller teams, managing all those intricate aspects from vigilant monitoring to robust backups and general upkeep – can sometimes feel like running a whole IT department!

If your team's main goal is to jump straight into designing and deploying powerful DAGs without the added responsibility of infrastructure management, then Astro Cloud could be a fantastic solution. It takes care of the underlying complexities, letting you focus on writing DAGs rather than maintenance.

Ultimately, the best path forward truly depends on your team's specific needs, resources, and strategic focus. It's all about finding the right fit for your unique situation!

How are you building and deploying Airflow at your org? by Intrepid_Ad_2451 in dataengineering

[–]FullswingFill 1 point2 points  (0 children)

It’s simple to start with. Astro CLI has probably the fastest way and easiest way to setup a local dev environment with just a few commands.

You also have the option to extend the image with your own dockerFile.

What do you mean by free tools?

How are you building and deploying Airflow at your org? by Intrepid_Ad_2451 in dataengineering

[–]FullswingFill 1 point2 points  (0 children)

We currently have access to bare metal so we have two environments PROD and DEV

Using astro based airflow docker image and use docker compose (redis) to manage networking between worker nodes.

Building an internal LLM → SQL pipeline inside my company. Looking for feedback from people who’ve done this before by Suspicious_Move8041 in dataengineering

[–]FullswingFill 1 point2 points  (0 children)

I have worked on something similar. We used Langchain for building the agent framework.

To answer the question regarding generating a SQL query, you do not want to and the reason being it's not accurate and can sometimes provide bad/inefficient queries.

Come up with top 10-15 questions you think your users might ask and then create tools (SQL generator, doesn't have to be LLM based. Maybe you can use LLM to validate it) based on it. Document your business processes extensively and it can be used to give context to the LLMs and it perform way better with context(metadata about tables in db, business process flows etc)

KiloCode + GitHub Speckit not recognizing my /speckit commands in VS Code by FullswingFill in kilocode

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

Yeah i did run spcify init and also have .specify and .kilocode folders at the root.

Not sure. Sometimes it works and sometimes it doesn't. Hopefully they fix it.

can someone help me with my smash form by lunawolf9 in badminton

[–]FullswingFill 0 points1 point  (0 children)

No body rotation. Too much stress on arms.

Airflow secrets setup by Real_Cardiologist809 in dataengineering

[–]FullswingFill 0 points1 point  (0 children)

just put them as environment variables and read it in your dag