cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

sequence month of dates

mohit_jain
New Contributor

Hi Team,

I have a requirement where We will pass a input value as date and we need the output with the sequence of month of year till date.now()

For example: we will pass start_date like 2021-01-01 , So the output I just need is

mohit_jain_0-1711524492438.png

And the last row will be start_date = 2024-03-01 and end_date = 2024-03-27(it means today's date) and it should cover feb month date also
Can anyone help me in this to create a parent and child pipeline

Thanks in advance its very urgent requirement.

@koryknick @SpiroTaleski @tstack 

1 ACCEPTED SOLUTION

AleksandarAngel
Contributor III

Hello @mohit_jain,

You can check the attached sample pipeline to generate a sequence of months from given start_date to date now.

Please let me know if this helps you.

 

Regards,

Aleksandar.

View solution in original post

2 REPLIES 2

AleksandarAngel
Contributor III

Hello @mohit_jain,

You can check the attached sample pipeline to generate a sequence of months from given start_date to date now.

Please let me know if this helps you.

 

Regards,

Aleksandar.

Thanks @AleksandarAngel 
For solving the issue