Krishna
Krishna
This PR addresses [GitHub issue #16906](https://github.com/PipedreamHQ/pipedream/issues/16906) by implementing missing QuickBooks Online API endpoints that are available in Zapier but were missing from Pipedream. This brings the Pipedream QuickBooks integration to...
## Fix: Tag Removal Not Working in Dashboard Properties Modal ### Problem - Tag removal works correctly in the **Explore Properties Modal** but fails in the **Dashboard Properties Modal**. -...
This PR adds validation that prevents users from creating compression settings with too many segmentby and orderby columns, which would exceed PostgreSQL's limit of 32 columns per index. Fixes #8218
## Description The manufacturer field improves human readability while keeping the existing group field for technical namespace purposes. - Add ToolManufacturer constant with value 'Aqua Security Software Ltd.' - Include...
# Summary of Changes Added a `__rich__` method to the `Result` class in the testing module to enable better integration with the Rich library. When a user has the Rich...
Fixes #5175 The tip6 incorrectly stated that nodes could be moved using just arrow keys and that Shift would 'nudge them further'. This has been corrected to show that: CTRL...
# Reorganize predefined recognizers into logical subfolders - Move country-specific recognizers to country_specific/{country}/ folders - Move generic recognizers to generic/ folder - Move NER recognizers to ner/ folder - Maintain...