I used this code to store attachment xlsx files from a specific address email in Outlook, but now I would like to store these files in a database in SQL Server,
How can I schedule my DAG 2 times per day with such settings? I tried 'start_date': datetime(2022, 4, 6) with schedule_interval='0 1,4 * * *' So if today is 2
I have an application that I am embedding into a form. That works fine, however, I would like to try to do it quietly (not visible). I have tried using the prop
I have the following regular expression ^[2-9][0-9]{3}-W([0-5][0-3]|(?!00)) https://regex101.com/r/OOCxzT/1 I need to exclude from the match a string with two
I'm new to c++ programming. In a tutorial, the author mentioned "cin" will break if it reads a space in a string. If you want the program to read in an entire l
General NFT question, but don't flame me, I really tried to find the answer. Could NFT be created from the same image or copy of this image? For example, take t
I need to redirect my error message from the console to a file. For this example, I need to insert the error message into a file: Traceback (m
Let's suppose the following C code snippet: static bool var; DECLARE_MUTEX(lock); void mod_set_var(bool v) { mutex_lock(lock); var = v; mutex_unlock(loc
I am using AWS MSK. I want to have a connector that will take messages from a Kafka topic and send them to S3 bucket. The Kafka topic contains protobuf messages