문제

Is there any any way to use TABLE_DATE_RANGE or TABLE_QUERY with table decorators?

I would like to extract all "new records" (added in past 2 hours) from a set of tables.

Many thanks

도움이 되었습니까?

해결책

Not currently. That's an interesting feature request, however. I'm trying to think of what the syntax would look like. Perhaps where the dataset name / prefix is used we could use a *, as in TABLE_DATE_RANGE(dataset1.prefix*@time, timestamp1, timestamp2) or TABLE_QUERY(dataset1.prefix*@time, 'where clause')

I've filed a feature request.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top