Ga68
Ga68
It's a great idea. I'd add it as an optional feature as you do lose the flexibility to do future ad hoc analysis, for example bi and tri grams. Of...
Can you link to the documentation (in the MySQL documentation) for that function? If it's just there and can be used as you've written, you can use the custom function...
for toDate you can use the custom function in pypika https://pypika.readthedocs.io/en/latest/4_extending.html?highlight=function#sql-functions-not-included-in-pypika regarding the "with" part, I'm not sure
you probably want an extra if-statement in there, like in here https://github.com/kayak/pypika/pull/735 to handle when the pseudo column is used outside of the select statement (ex. in order-by or group-by)
yeah - seems to be I ended up forking it and then merging the PRs that were useful for me so I think this one is in personal-maintain-mode it's a...
It's not exactly what you're describing, but it is kind of related and I figured those on this thread may find it useful. It links together a whole chain such...
addressed in https://github.com/andreroggeri/ynab-sdk-python/pull/139
I'm working on a pr to at least get scheduled transactions https://github.com/andreroggeri/ynab-sdk-python/compare/main...Ga68:ynab-sdk-python:scheduled_transactions?expand=1 I still need to work out the test cases, but the retrieval of the data works.
@andreroggeri support has been added https://api.ynab.com/v1#/Scheduled%20Transactions/createScheduledTransaction
ha - good point :) I'm using it in my global config under the presumption that I SHOULD have one, but was perhaps over-indexing on an "edge" case where I've...