Query with date condition in Python

Hello,

I tried to extract data from domo with ds_query function. Would you be able to advise what sql should I use to filter data where date_column is greater than current date - 7 days?

query = "SELECT * FROM table WHERE date_column >= getdate() - 7"

df = domo.ds_query(dataset_id=dataset_id, query=query, return_data=True)

Much appreciated for any suggestion.

Answers

  • @AtitW I don't know the answer to your question, but trying building a dataset view (beta, ask your CSM) or just use ETL to subset your data.

    Jae Wilson
    Check out my 🎥 Domo Training YouTube Channel 👨‍💻

    **Say "Thanks" by clicking the ❤️ in the post that helped you.
    **Please mark the post that solves your problem by clicking on "Accept as Solution"