The bug
The #minecraft:saplings
block tag looks like this in snapshot 18w43c:
{
"replace": false,
"values": [
"minecraft:oak_sapling",
"minecraft:spruce_sapling",
"minecraft:birch_sapling",
"minecraft:jungle_sapling",
"minecraft:acacia_sapling",
"minecraft:dark_oak_sapling"
]
}
The bamboo sapling being a sapling, it should be included in the tag.
Confirmed in 19w04b, 19w05a and 19w06a.